Class: CountryCodeLite::Entry
- Inherits:
-
Struct
- Object
- Struct
- CountryCodeLite::Entry
- Defined in:
- lib/country_code_lite.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#en_name ⇒ Object
Returns the value of attribute en_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#number ⇒ Object
Returns the value of attribute number.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
10 11 12 |
# File 'lib/country_code_lite.rb', line 10 def code @code end |
#en_name ⇒ Object
Returns the value of attribute en_name
10 11 12 |
# File 'lib/country_code_lite.rb', line 10 def en_name @en_name end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/country_code_lite.rb', line 10 def name @name end |
#number ⇒ Object
Returns the value of attribute number
10 11 12 |
# File 'lib/country_code_lite.rb', line 10 def number @number end |