Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- rtm/lib/rtm/axes.rb,
rtm/spec/rtm/navigation/string_spec.rb
Instance Method Summary
-
- (Object) axes(tm)
Changes from TMAPI-mode to Axes-mode.
Instance Method Details
- (Object) axes(tm)
Changes from TMAPI-mode to Axes-mode.
A TopicMap must be specified.
:call-seq:
axes(topic_map) -> RTM::Axes::String
287 288 289 |
# File 'rtm/lib/rtm/axes.rb', line 287 def axes(tm) RTM::Axes::String.new(self,tm) end |