Class: MessageBird::Voice::CallLeg
- Defined in:
- lib/messagebird/voice/call_leg.rb
Instance Attribute Summary collapse
-
#answered_at ⇒ Object
Returns the value of attribute answered_at.
-
#call_id ⇒ Object
Returns the value of attribute call_id.
-
#cost ⇒ Object
Returns the value of attribute cost.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#ended_at ⇒ Object
Returns the value of attribute ended_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#source ⇒ Object
Returns the value of attribute source.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods inherited from Base
Methods inherited from Base
#initialize, #map_hash_elements_to_self, #value_to_time
Constructor Details
This class inherits a constructor from MessageBird::Voice::Base
Instance Attribute Details
#answered_at ⇒ Object
Returns the value of attribute answered_at.
8 9 10 |
# File 'lib/messagebird/voice/call_leg.rb', line 8 def answered_at @answered_at end |
#call_id ⇒ Object
Returns the value of attribute call_id.
8 9 10 |
# File 'lib/messagebird/voice/call_leg.rb', line 8 def call_id @call_id end |
#cost ⇒ Object
Returns the value of attribute cost.
8 9 10 |
# File 'lib/messagebird/voice/call_leg.rb', line 8 def cost @cost end |
#created_at ⇒ Object
Returns the value of attribute created_at.
8 9 10 |
# File 'lib/messagebird/voice/call_leg.rb', line 8 def created_at @created_at end |
#currency ⇒ Object
Returns the value of attribute currency.
8 9 10 |
# File 'lib/messagebird/voice/call_leg.rb', line 8 def currency @currency end |
#destination ⇒ Object
Returns the value of attribute destination.
8 9 10 |
# File 'lib/messagebird/voice/call_leg.rb', line 8 def destination @destination end |
#direction ⇒ Object
Returns the value of attribute direction.
8 9 10 |
# File 'lib/messagebird/voice/call_leg.rb', line 8 def direction @direction end |
#duration ⇒ Object
Returns the value of attribute duration.
8 9 10 |
# File 'lib/messagebird/voice/call_leg.rb', line 8 def duration @duration end |
#ended_at ⇒ Object
Returns the value of attribute ended_at.
8 9 10 |
# File 'lib/messagebird/voice/call_leg.rb', line 8 def ended_at @ended_at end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/messagebird/voice/call_leg.rb', line 8 def id @id end |
#source ⇒ Object
Returns the value of attribute source.
8 9 10 |
# File 'lib/messagebird/voice/call_leg.rb', line 8 def source @source end |
#status ⇒ Object
Returns the value of attribute status.
8 9 10 |
# File 'lib/messagebird/voice/call_leg.rb', line 8 def status @status end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
8 9 10 |
# File 'lib/messagebird/voice/call_leg.rb', line 8 def updated_at @updated_at end |