Module: RTM::IO::TOJTM::Topic
- Defined in:
- lib/rtm/io/to_jtm.rb
Instance Method Summary collapse
-
#to_jtm ⇒ Object
(also: #to_json)
Returns the JTM representation of this RTM::Topic.
Instance Method Details
#to_jtm ⇒ Object Also known as: to_json
Returns the JTM representation of this RTM::Topic
27 28 29 30 31 32 |
# File 'lib/rtm/io/to_jtm.rb', line 27 def to_jtm h = to_hash h[:version] = "1.0" h[:item_type] = "topic" h.to_json end |