Class: SBF::Client::Message::Recipient
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- SBF::Client::Message::Recipient
- Defined in:
- lib/stbaldricks/entities/message.rb
Defined Under Namespace
Modules: Status
Constant Summary
Constants inherited from BaseEntity
Instance Attribute Summary collapse
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#email ⇒ Object
Returns the value of attribute email.
-
#id ⇒ Object
Returns the value of attribute id.
-
#message_id ⇒ Object
Returns the value of attribute message_id.
-
#modified_at ⇒ Object
readonly
Returns the value of attribute modified_at.
-
#status ⇒ Object
Returns the value of attribute status.
Attributes inherited from BaseEntity
Method Summary
Methods inherited from BaseEntity
#add_errors, allow_instantiation?, attr_accessor, attr_reader, attr_writer, attributes, #attributes=, collection_attributes, entity_attr_accessor, entity_attr_reader, entity_attr_writer, entity_attributes, entity_collection_attr_accessor, entity_collection_attr_reader, entity_collection_attr_writer, inherited, #initialize, #model_name, multitype_attr_accessor, multitype_attr_reader, multitype_attr_writer, multitype_collection_attr_accessor, multitype_collection_attr_reader, multitype_collection_attr_writer, #not_provided_attributes, optional_attributes, #persisted?, #to_hash, #to_json
Constructor Details
This class inherits a constructor from SBF::Client::BaseEntity
Instance Attribute Details
#display_name ⇒ Object
Returns the value of attribute display_name.
40 41 42 |
# File 'lib/stbaldricks/entities/message.rb', line 40 def display_name @display_name end |
#email ⇒ Object
Returns the value of attribute email.
41 42 43 |
# File 'lib/stbaldricks/entities/message.rb', line 41 def email @email end |
#id ⇒ Object
Returns the value of attribute id.
35 36 37 |
# File 'lib/stbaldricks/entities/message.rb', line 35 def id @id end |
#message_id ⇒ Object
Returns the value of attribute message_id.
38 39 40 |
# File 'lib/stbaldricks/entities/message.rb', line 38 def @message_id end |
#modified_at ⇒ Object (readonly)
Returns the value of attribute modified_at.
43 44 45 |
# File 'lib/stbaldricks/entities/message.rb', line 43 def modified_at @modified_at end |
#status ⇒ Object
Returns the value of attribute status.
36 37 38 |
# File 'lib/stbaldricks/entities/message.rb', line 36 def status @status end |