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