Class: FlockOs::Model::Message

Inherits:
Base
  • Object
show all
Defined in:
lib/flock_os/model/message.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from FlockOs::Model::Base

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id.



4
5
6
# File 'lib/flock_os/model/message.rb', line 4

def app_id
  @app_id
end

#attachmentsObject

Returns the value of attribute attachments.



4
5
6
# File 'lib/flock_os/model/message.rb', line 4

def attachments
  @attachments
end

#flockmlObject

Returns the value of attribute flockml.



4
5
6
# File 'lib/flock_os/model/message.rb', line 4

def flockml
  @flockml
end

#fromObject

Returns the value of attribute from.



4
5
6
# File 'lib/flock_os/model/message.rb', line 4

def from
  @from
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/flock_os/model/message.rb', line 4

def id
  @id
end

#mentionsObject

Returns the value of attribute mentions.



4
5
6
# File 'lib/flock_os/model/message.rb', line 4

def mentions
  @mentions
end

#notificationObject

Returns the value of attribute notification.



4
5
6
# File 'lib/flock_os/model/message.rb', line 4

def notification
  @notification
end

#send_asObject

Returns the value of attribute send_as.



4
5
6
# File 'lib/flock_os/model/message.rb', line 4

def send_as
  @send_as
end

#textObject

Returns the value of attribute text.



4
5
6
# File 'lib/flock_os/model/message.rb', line 4

def text
  @text
end

#timestampObject

Returns the value of attribute timestamp.



4
5
6
# File 'lib/flock_os/model/message.rb', line 4

def timestamp
  @timestamp
end

#toObject

Returns the value of attribute to.



4
5
6
# File 'lib/flock_os/model/message.rb', line 4

def to
  @to
end

#uidObject

Returns the value of attribute uid.



4
5
6
# File 'lib/flock_os/model/message.rb', line 4

def uid
  @uid
end