Method: Bitly::API::Qrcode#initialize
- Defined in:
- lib/bitly/api/qrcode.rb
#initialize(data:, client:, response: nil) ⇒ Qrcode
Returns a new instance of Qrcode.
93 94 95 96 97 |
# File 'lib/bitly/api/qrcode.rb', line 93 def initialize(data:, client:, response: nil) assign_attributes(data) @client = client @response = response end |