Class: Insika::FollowupStore::Record
- Inherits:
-
Data
- Object
- Data
- Insika::FollowupStore::Record
- Defined in:
- lib/insika/followup_store.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#arm ⇒ Object
readonly
Returns the value of attribute arm.
-
#at ⇒ Object
readonly
Returns the value of attribute at.
-
#blocked_reason ⇒ Object
readonly
Returns the value of attribute blocked_reason.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#customer ⇒ Object
readonly
Returns the value of attribute customer.
-
#fired_at ⇒ Object
readonly
Returns the value of attribute fired_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#session_id ⇒ Object
readonly
Returns the value of attribute session_id.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#task_id ⇒ Object
readonly
Returns the value of attribute task_id.
-
#tenant ⇒ Object
readonly
Returns the value of attribute tenant.
-
#transport ⇒ Object
readonly
Returns the value of attribute transport.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def agent @agent end |
#arm ⇒ Object (readonly)
Returns the value of attribute arm
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def arm @arm end |
#at ⇒ Object (readonly)
Returns the value of attribute at
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def at @at end |
#blocked_reason ⇒ Object (readonly)
Returns the value of attribute blocked_reason
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def blocked_reason @blocked_reason end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def created_at @created_at end |
#customer ⇒ Object (readonly)
Returns the value of attribute customer
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def customer @customer end |
#fired_at ⇒ Object (readonly)
Returns the value of attribute fired_at
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def fired_at @fired_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def id @id end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def reason @reason end |
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def session_id @session_id end |
#status ⇒ Object (readonly)
Returns the value of attribute status
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def status @status end |
#task_id ⇒ Object (readonly)
Returns the value of attribute task_id
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def task_id @task_id end |
#tenant ⇒ Object (readonly)
Returns the value of attribute tenant
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def tenant @tenant end |
#transport ⇒ Object (readonly)
Returns the value of attribute transport
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def transport @transport end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
27 28 29 |
# File 'lib/insika/followup_store.rb', line 27 def updated_at @updated_at end |