Class: Insika::ContactStore::Cell
- Inherits:
-
Data
- Object
- Data
- Insika::ContactStore::Cell
- Defined in:
- lib/insika/contact_store.rb
Instance Attribute Summary collapse
-
#last_outbound_at ⇒ Object
readonly
Returns the value of attribute last_outbound_at.
-
#sends_without_reply ⇒ Object
readonly
Returns the value of attribute sends_without_reply.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#last_outbound_at ⇒ Object (readonly)
Returns the value of attribute last_outbound_at
25 26 27 |
# File 'lib/insika/contact_store.rb', line 25 def last_outbound_at @last_outbound_at end |
#sends_without_reply ⇒ Object (readonly)
Returns the value of attribute sends_without_reply
25 26 27 |
# File 'lib/insika/contact_store.rb', line 25 def sends_without_reply @sends_without_reply end |
#state ⇒ Object (readonly)
Returns the value of attribute state
25 26 27 |
# File 'lib/insika/contact_store.rb', line 25 def state @state end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
25 26 27 |
# File 'lib/insika/contact_store.rb', line 25 def updated_at @updated_at end |