Class: MessageBird::Formats
Instance Attribute Summary collapse
-
#e164 ⇒ Object
Returns the value of attribute e164.
-
#international ⇒ Object
Returns the value of attribute international.
-
#national ⇒ Object
Returns the value of attribute national.
-
#rfc3966 ⇒ Object
Returns the value of attribute rfc3966.
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
#e164 ⇒ Object
Returns the value of attribute e164.
22 23 24 |
# File 'lib/messagebird/lookup.rb', line 22 def e164 @e164 end |
#international ⇒ Object
Returns the value of attribute international.
22 23 24 |
# File 'lib/messagebird/lookup.rb', line 22 def international @international end |
#national ⇒ Object
Returns the value of attribute national.
22 23 24 |
# File 'lib/messagebird/lookup.rb', line 22 def national @national end |
#rfc3966 ⇒ Object
Returns the value of attribute rfc3966.
22 23 24 |
# File 'lib/messagebird/lookup.rb', line 22 def rfc3966 @rfc3966 end |