Class: MessageBird::Number
Instance Attribute Summary collapse
-
#country ⇒ Object
Returns the value of attribute country.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#features ⇒ Object
Returns the value of attribute features.
-
#locality ⇒ Object
Returns the value of attribute locality.
-
#number ⇒ Object
Returns the value of attribute number.
-
#region ⇒ Object
Returns the value of attribute region.
-
#renewal_at ⇒ Object
Returns the value of attribute renewal_at.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Base
#initialize, #map_hash_elements_to_self, #value_to_time
Constructor Details
This class inherits a constructor from MessageBird::Base
Instance Attribute Details
#country ⇒ Object
Returns the value of attribute country.
7 8 9 |
# File 'lib/messagebird/number.rb', line 7 def country @country end |
#created_at ⇒ Object
Returns the value of attribute created_at.
8 9 10 |
# File 'lib/messagebird/number.rb', line 8 def created_at @created_at end |
#features ⇒ Object
Returns the value of attribute features.
7 8 9 |
# File 'lib/messagebird/number.rb', line 7 def features @features end |
#locality ⇒ Object
Returns the value of attribute locality.
7 8 9 |
# File 'lib/messagebird/number.rb', line 7 def locality @locality end |
#number ⇒ Object
Returns the value of attribute number.
7 8 9 |
# File 'lib/messagebird/number.rb', line 7 def number @number end |
#region ⇒ Object
Returns the value of attribute region.
7 8 9 |
# File 'lib/messagebird/number.rb', line 7 def region @region end |
#renewal_at ⇒ Object
Returns the value of attribute renewal_at.
8 9 10 |
# File 'lib/messagebird/number.rb', line 8 def renewal_at @renewal_at end |
#status ⇒ Object
Returns the value of attribute status.
7 8 9 |
# File 'lib/messagebird/number.rb', line 7 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
7 8 9 |
# File 'lib/messagebird/number.rb', line 7 def @tags end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/messagebird/number.rb', line 7 def type @type end |