Class: Bitlyr::Country
- Inherits:
-
Object
- Object
- Bitlyr::Country
- Defined in:
- lib/bitlyr/country.rb
Instance Attribute Summary collapse
-
#clicks ⇒ Object
readonly
Returns the value of attribute clicks.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Country
constructor
A new instance of Country.
Constructor Details
#initialize(options = {}) ⇒ Country
Returns a new instance of Country.
5 6 7 8 |
# File 'lib/bitlyr/country.rb', line 5 def initialize( = {}) @clicks = ['clicks'] @country = ['country'] end |
Instance Attribute Details
#clicks ⇒ Object (readonly)
Returns the value of attribute clicks.
3 4 5 |
# File 'lib/bitlyr/country.rb', line 3 def clicks @clicks end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
3 4 5 |
# File 'lib/bitlyr/country.rb', line 3 def country @country end |