Class: OpenApiSDK::Operations::GetQRCodeRequest

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/operations/getqrcode_request.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(url: nil, bg_color: nil, fg_color: nil, include_margin: nil, level: nil, size: nil) ⇒ GetQRCodeRequest

Returns a new instance of GetQRCodeRequest.



29
30
31
32
33
34
35
36
# File 'lib/open_api_sdk/models/operations/getqrcode_request.rb', line 29

def initialize(url: nil, bg_color: nil, fg_color: nil, include_margin: nil, level: nil, size: nil)
  @url = url
  @bg_color = bg_color
  @fg_color = fg_color
  @include_margin = include_margin
  @level = level
  @size = size
end