Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/rtm/axes.rb

Instance Method Summary collapse

Instance Method Details

#axes(tm) ⇒ Object

Changes from TMAPI-mode to Axes-mode.

A TopicMap must be specified.

:call-seq:

axes(topic_map) -> RTM::Axes::String


287
288
289
# File 'lib/rtm/axes.rb', line 287

def axes(tm)
  RTM::Axes::String.new(self,tm)
end