Class: MessageBird::Lookup
Instance Attribute Summary collapse
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#country_prefix ⇒ Object
Returns the value of attribute country_prefix.
-
#formats ⇒ Object
Returns the value of attribute formats.
-
#hlr ⇒ Object
Returns the value of attribute hlr.
-
#href ⇒ Object
Returns the value of attribute href.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
-
#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_code ⇒ Object
Returns the value of attribute country_code.
9 10 11 |
# File 'lib/messagebird/lookup.rb', line 9 def country_code @country_code end |
#country_prefix ⇒ Object
Returns the value of attribute country_prefix.
9 10 11 |
# File 'lib/messagebird/lookup.rb', line 9 def country_prefix @country_prefix end |
#formats ⇒ Object
Returns the value of attribute formats.
10 11 12 |
# File 'lib/messagebird/lookup.rb', line 10 def formats @formats end |
#hlr ⇒ Object
Returns the value of attribute hlr.
10 11 12 |
# File 'lib/messagebird/lookup.rb', line 10 def hlr @hlr end |
#href ⇒ Object
Returns the value of attribute href.
9 10 11 |
# File 'lib/messagebird/lookup.rb', line 9 def href @href end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
9 10 11 |
# File 'lib/messagebird/lookup.rb', line 9 def phone_number @phone_number end |
#type ⇒ Object
Returns the value of attribute type.
9 10 11 |
# File 'lib/messagebird/lookup.rb', line 9 def type @type end |