Class: Amazon::Hacks::Country
- Inherits:
-
Struct
- Object
- Struct
- Amazon::Hacks::Country
- Defined in:
- lib/amazon-hacks.rb
Instance Attribute Summary collapse
-
#country ⇒ Object
Returns the value of attribute country.
-
#host ⇒ Object
Returns the value of attribute host.
-
#img_code ⇒ Object
Returns the value of attribute img_code.
-
#img_host ⇒ Object
Returns the value of attribute img_host.
Instance Attribute Details
#country ⇒ Object
Returns the value of attribute country
11 12 13 |
# File 'lib/amazon-hacks.rb', line 11 def country @country end |
#host ⇒ Object
Returns the value of attribute host
11 12 13 |
# File 'lib/amazon-hacks.rb', line 11 def host @host end |
#img_code ⇒ Object
Returns the value of attribute img_code
11 12 13 |
# File 'lib/amazon-hacks.rb', line 11 def img_code @img_code end |
#img_host ⇒ Object
Returns the value of attribute img_host
11 12 13 |
# File 'lib/amazon-hacks.rb', line 11 def img_host @img_host end |