class Bitly::API::ClickMetric::Referrers

Attributes

network[R]

Public Class Methods

new(items:, response:, network:) click to toggle source
Calls superclass method Bitly::API::List::new
# File lib/bitly/api/click_metric.rb, line 30
def initialize(items:, response:, network:)
  super(items: items, response: response)
  @network = network
end