Class: RussianPost::Country
- Inherits:
-
Struct
- Object
- Struct
- RussianPost::Country
- Defined in:
- lib/russianpost/operation.rb
Overview
String
Instance Attribute Summary collapse
-
#code_2a ⇒ Object
Returns the value of attribute code_2a.
-
#code_3a ⇒ Object
Returns the value of attribute code_3a.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name_en ⇒ Object
Returns the value of attribute name_en.
-
#name_ru ⇒ Object
Returns the value of attribute name_ru.
Instance Attribute Details
#code_2a ⇒ Object
Returns the value of attribute code_2a
42 43 44 |
# File 'lib/russianpost/operation.rb', line 42 def code_2a @code_2a end |
#code_3a ⇒ Object
Returns the value of attribute code_3a
42 43 44 |
# File 'lib/russianpost/operation.rb', line 42 def code_3a @code_3a end |
#id ⇒ Object
Returns the value of attribute id
42 43 44 |
# File 'lib/russianpost/operation.rb', line 42 def id @id end |
#name_en ⇒ Object
Returns the value of attribute name_en
42 43 44 |
# File 'lib/russianpost/operation.rb', line 42 def name_en @name_en end |
#name_ru ⇒ Object
Returns the value of attribute name_ru
42 43 44 |
# File 'lib/russianpost/operation.rb', line 42 def name_ru @name_ru end |