Class: Spaceship::ConnectAPI::ResolutionCenterMessage

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
spaceship/lib/spaceship/connect_api/models/resolution_center_message.rb

Instance Attribute Summary collapse

Attributes included from Model

#id, #reverse_attr_map

Class Method Summary collapse

Methods included from Model

#attr_mapping, included, #initialize, #reverse_attr_mapping, #to_json, #update_attributes

Instance Attribute Details

#created_dateObject

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_actorObject

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_bodyObject

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
  @message_body
end

#rejectionsObject

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

.typeObject



24
25
26
# File 'spaceship/lib/spaceship/connect_api/models/resolution_center_message.rb', line 24

def self.type
  return 'resolutionCenterMessages'
end