Class: Spaceship::ConnectAPI::ResolutionCenterMessage
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::ResolutionCenterMessage
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/resolution_center_message.rb
Instance Attribute Summary collapse
-
#created_date ⇒ Object
Returns the value of attribute created_date.
-
#from_actor ⇒ Object
Returns the value of attribute from_actor.
-
#message_body ⇒ Object
Returns the value of attribute message_body.
-
#rejections ⇒ Object
Returns the value of attribute rejections.
Attributes included from Model
Class Method Summary collapse
Methods included from Model
#attr_mapping, included, #initialize, #reverse_attr_mapping, #to_json, #update_attributes
Instance Attribute Details
#created_date ⇒ Object
Returns the value of attribute created_date.
11 12 13 |
# File 'spaceship/lib/spaceship/connect_api/models/resolution_center_message.rb', line 11 def created_date @created_date end |
#from_actor ⇒ Object
Returns the value of attribute from_actor.
13 14 15 |
# File 'spaceship/lib/spaceship/connect_api/models/resolution_center_message.rb', line 13 def from_actor @from_actor end |
#message_body ⇒ Object
Returns the value of attribute message_body.
10 11 12 |
# File 'spaceship/lib/spaceship/connect_api/models/resolution_center_message.rb', line 10 def @message_body end |
#rejections ⇒ Object
Returns the value of attribute rejections.
12 13 14 |
# File 'spaceship/lib/spaceship/connect_api/models/resolution_center_message.rb', line 12 def rejections @rejections end |
Class Method Details
.type ⇒ Object
24 25 26 |
# File 'spaceship/lib/spaceship/connect_api/models/resolution_center_message.rb', line 24 def self.type return 'resolutionCenterMessages' end |