Class: Synacrb::Common::Message

Inherits:
Struct
  • Object
show all
Defined in:
lib/synacrb/common.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



37
38
39
# File 'lib/synacrb/common.rb', line 37

def author
  @author
end

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



37
38
39
# File 'lib/synacrb/common.rb', line 37

def channel
  @channel
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



37
38
39
# File 'lib/synacrb/common.rb', line 37

def id
  @id
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



37
38
39
# File 'lib/synacrb/common.rb', line 37

def text
  @text
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



37
38
39
# File 'lib/synacrb/common.rb', line 37

def timestamp
  @timestamp
end

#timestamp_editObject

Returns the value of attribute timestamp_edit

Returns:

  • (Object)

    the current value of timestamp_edit



37
38
39
# File 'lib/synacrb/common.rb', line 37

def timestamp_edit
  @timestamp_edit
end