Class: Hashipack::OtherMessage
- Defined in:
- lib/hashipack/message.rb
Instance Method Summary collapse
Methods inherited from Message
#artifact?, #initialize, parse, #timestamp, #ui?
Constructor Details
This class inherits a constructor from Hashipack::Message
Instance Method Details
#text ⇒ Object
52 53 54 |
# File 'lib/hashipack/message.rb', line 52 def text @parts.join(',') end |
#type ⇒ Object
48 49 50 |
# File 'lib/hashipack/message.rb', line 48 def type :other end |