Class: GustoEmbedded::Operations::GetReportsReportUuidResponse

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/get_reports_report_uuid_response.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(content_type: nil, raw_response: nil, status_code: nil, report: nil) ⇒ GetReportsReportUuidResponse

Returns a new instance of GetReportsReportUuidResponse.



25
26
27
28
29
30
# File 'lib/gusto_embedded/models/operations/get_reports_report_uuid_response.rb', line 25

def initialize(content_type: nil, raw_response: nil, status_code: nil, report: nil)
  @content_type = content_type
  @raw_response = raw_response
  @status_code = status_code
  @report = report
end