Module: RTM::AxesExtension::Occurrence

Defined in:
lib/rtm/axes.rb

Instance Method Summary collapse

Instance Method Details

#axes(tm = self.topic_map) ⇒ Object

Changes from TMAPI-mode to Axes-mode.

:call-seq:

axes -> RTM::Axes::Occurrence


261
262
263
# File 'lib/rtm/axes.rb', line 261

def axes(tm = self.topic_map)
  RTM::Axes::Occurrence.new(self, tm)
end