Module: RTM::Sugar::Variant::Topic

Defined in:
lib/rtm/sugar/variant/topic.rb

Instance Method Summary collapse

Instance Method Details

#topicObject

Return the topic this variant belongs to.

:call-seq:

topic -> Topic


12
13
14
# File 'lib/rtm/sugar/variant/topic.rb', line 12

def topic
  return self.parent.parent
end