Class: Bitly::API::ClickMetric::Referrers
- Defined in:
- lib/bitly/api/click_metric.rb
Instance Attribute Summary collapse
-
#network ⇒ Object
readonly
Returns the value of attribute network.
Attributes inherited from List
Instance Method Summary collapse
-
#initialize(items:, response:, network:) ⇒ Referrers
constructor
A new instance of Referrers.
Methods inherited from List
Constructor Details
#initialize(items:, response:, network:) ⇒ Referrers
Returns a new instance of Referrers.
31 32 33 34 |
# File 'lib/bitly/api/click_metric.rb', line 31 def initialize(items:, response:, network:) super(items: items, response: response) @network = network end |
Instance Attribute Details
#network ⇒ Object (readonly)
Returns the value of attribute network.
30 31 32 |
# File 'lib/bitly/api/click_metric.rb', line 30 def network @network end |