Class: Bitly::API::ShortenCounts::Metric
- Inherits:
-
Struct
- Object
- Struct
- Bitly::API::ShortenCounts::Metric
- Defined in:
- lib/bitly/api/shorten_counts.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
16 17 18 |
# File 'lib/bitly/api/shorten_counts.rb', line 16 def key @key end |
#value ⇒ Object
Returns the value of attribute value
16 17 18 |
# File 'lib/bitly/api/shorten_counts.rb', line 16 def value @value end |