Class: MessageBird::Number

Inherits:
Base
  • Object
show all
Defined in:
lib/messagebird/number.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

#countryObject

Returns the value of attribute country.



7
8
9
# File 'lib/messagebird/number.rb', line 7

def country
  @country
end

#created_atObject

Returns the value of attribute created_at.



8
9
10
# File 'lib/messagebird/number.rb', line 8

def created_at
  @created_at
end

#featuresObject

Returns the value of attribute features.



7
8
9
# File 'lib/messagebird/number.rb', line 7

def features
  @features
end

#localityObject

Returns the value of attribute locality.



7
8
9
# File 'lib/messagebird/number.rb', line 7

def locality
  @locality
end

#numberObject

Returns the value of attribute number.



7
8
9
# File 'lib/messagebird/number.rb', line 7

def number
  @number
end

#regionObject

Returns the value of attribute region.



7
8
9
# File 'lib/messagebird/number.rb', line 7

def region
  @region
end

#renewal_atObject

Returns the value of attribute renewal_at.



8
9
10
# File 'lib/messagebird/number.rb', line 8

def renewal_at
  @renewal_at
end

#statusObject

Returns the value of attribute status.



7
8
9
# File 'lib/messagebird/number.rb', line 7

def status
  @status
end

#tagsObject

Returns the value of attribute tags.



7
8
9
# File 'lib/messagebird/number.rb', line 7

def tags
  @tags
end

#typeObject

Returns the value of attribute type.



7
8
9
# File 'lib/messagebird/number.rb', line 7

def type
  @type
end