Class: Mess::Msg

Inherits:
Object
  • Object
show all
Defined in:
lib/mess/msg.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



7
8
9
# File 'lib/mess/msg.rb', line 7

def body
  @body
end

#fromObject

Returns the value of attribute from.



7
8
9
# File 'lib/mess/msg.rb', line 7

def from
  @from
end

#timeObject

Returns the value of attribute time.



7
8
9
# File 'lib/mess/msg.rb', line 7

def time
  @time
end

#typeObject

Returns the value of attribute type.



7
8
9
# File 'lib/mess/msg.rb', line 7

def type
  @type
end