Class: Hashipack::OtherMessage

Inherits:
Message
  • Object
show all
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

#textObject



52
53
54
# File 'lib/hashipack/message.rb', line 52

def text
  @parts.join(',')
end

#typeObject



48
49
50
# File 'lib/hashipack/message.rb', line 48

def type
  :other
end