Class: MessageBird::HLR

Inherits:
Base
  • Object
show all
Defined in:
lib/messagebird/hlr.rb

Instance Attribute Summary collapse

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_datetimeObject

Returns the value of attribute created_datetime.



10
11
12
# File 'lib/messagebird/hlr.rb', line 10

def created_datetime
  @created_datetime
end

#detailsObject

Returns the value of attribute details.



9
10
11
# File 'lib/messagebird/hlr.rb', line 9

def details
  @details
end

#hrefObject

Returns the value of attribute href.



9
10
11
# File 'lib/messagebird/hlr.rb', line 9

def href
  @href
end

#idObject

Returns the value of attribute id.



9
10
11
# File 'lib/messagebird/hlr.rb', line 9

def id
  @id
end

#msisdnObject

Returns the value of attribute msisdn.



9
10
11
# File 'lib/messagebird/hlr.rb', line 9

def msisdn
  @msisdn
end

#networkObject

Returns the value of attribute network.



9
10
11
# File 'lib/messagebird/hlr.rb', line 9

def network
  @network
end

#referenceObject

Returns the value of attribute reference.



9
10
11
# File 'lib/messagebird/hlr.rb', line 9

def reference
  @reference
end

#statusObject

Returns the value of attribute status.



9
10
11
# File 'lib/messagebird/hlr.rb', line 9

def status
  @status
end

#status_datetimeObject

Returns the value of attribute status_datetime.



10
11
12
# File 'lib/messagebird/hlr.rb', line 10

def status_datetime
  @status_datetime
end