Module: RTM::AxesExtension::Association
- Defined in:
- rtm/lib/rtm/axes.rb
Instance Method Summary
-
- (Object) axes(tm = self.topic_map)
Changes from TMAPI-mode to Axes-mode.
Instance Method Details
- (Object) axes(tm = self.topic_map)
Changes from TMAPI-mode to Axes-mode.
:call-seq:
axes -> RTM::Axes::Association
273 274 275 |
# File 'rtm/lib/rtm/axes.rb', line 273 def axes(tm = self.topic_map) RTM::Axes::Association.new(self, tm) end |