Class: MessageBird::HLR
Instance Attribute Summary collapse
-
#created_datetime ⇒ Object
Returns the value of attribute created_datetime.
-
#details ⇒ Object
Returns the value of attribute details.
-
#href ⇒ Object
Returns the value of attribute href.
-
#id ⇒ Object
Returns the value of attribute id.
-
#msisdn ⇒ Object
Returns the value of attribute msisdn.
-
#network ⇒ Object
Returns the value of attribute network.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#status ⇒ Object
Returns the value of attribute status.
-
#status_datetime ⇒ Object
Returns the value of attribute status_datetime.
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
#created_datetime ⇒ Object
Returns the value of attribute created_datetime.
10 11 12 |
# File 'lib/messagebird/hlr.rb', line 10 def created_datetime @created_datetime end |
#details ⇒ Object
Returns the value of attribute details.
9 10 11 |
# File 'lib/messagebird/hlr.rb', line 9 def details @details end |
#href ⇒ Object
Returns the value of attribute href.
9 10 11 |
# File 'lib/messagebird/hlr.rb', line 9 def href @href end |
#id ⇒ Object
Returns the value of attribute id.
9 10 11 |
# File 'lib/messagebird/hlr.rb', line 9 def id @id end |
#msisdn ⇒ Object
Returns the value of attribute msisdn.
9 10 11 |
# File 'lib/messagebird/hlr.rb', line 9 def msisdn @msisdn end |
#network ⇒ Object
Returns the value of attribute network.
9 10 11 |
# File 'lib/messagebird/hlr.rb', line 9 def network @network end |
#reference ⇒ Object
Returns the value of attribute reference.
9 10 11 |
# File 'lib/messagebird/hlr.rb', line 9 def reference @reference end |
#status ⇒ Object
Returns the value of attribute status.
9 10 11 |
# File 'lib/messagebird/hlr.rb', line 9 def status @status end |
#status_datetime ⇒ Object
Returns the value of attribute status_datetime.
10 11 12 |
# File 'lib/messagebird/hlr.rb', line 10 def status_datetime @status_datetime end |