Class: Peddler::APIs::Reports20210630::ReportDocument

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/reports_2021_06_30.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#compression_algorithmString? (readonly)

Returns the value of attribute compression_algorithm.

Returns:

  • (String, nil)


163
164
165
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 163

def compression_algorithm
  @compression_algorithm
end

#report_document_idString (readonly)

Returns the value of attribute report_document_id.

Returns:

  • (String)


164
165
166
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 164

def report_document_id
  @report_document_id
end

#urlString (readonly)

Returns the value of attribute url.

Returns:

  • (String)


165
166
167
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 165

def url
  @url
end

Class Method Details

.[](report_document_id:, url:, compression_algorithm:) ⇒ Peddler::APIs::Reports20210630::ReportDocument .[](arg0, arg1, arg2) ⇒ Peddler::APIs::Reports20210630::ReportDocument

Overloads:



156
157
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 156

def self.[]: (report_document_id: String, url: String, ?compression_algorithm: String?) -> Peddler::APIs::Reports20210630::ReportDocument
| (String, String, String?) -> Peddler::APIs::Reports20210630::ReportDocument

.members[ :report_document_id, :url, :compression_algorithm ]

Returns:

  • ([ :report_document_id, :url, :compression_algorithm ])


159
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 159

def self.members: () -> [ :report_document_id, :url, :compression_algorithm ]

.new(report_document_id:, url:, compression_algorithm:) ⇒ Peddler::APIs::Reports20210630::ReportDocument .new(arg0, arg1, arg2) ⇒ Peddler::APIs::Reports20210630::ReportDocument

Overloads:



154
155
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 154

def self.new: (report_document_id: String, url: String, ?compression_algorithm: String?) -> Peddler::APIs::Reports20210630::ReportDocument
| (String, String, String?) -> Peddler::APIs::Reports20210630::ReportDocument

.parsePeddler::APIs::Reports20210630::ReportDocument

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



161
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 161

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Reports20210630::ReportDocument

Instance Method Details

#members[ :report_document_id, :url, :compression_algorithm ]

Returns:

  • ([ :report_document_id, :url, :compression_algorithm ])


167
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 167

def members: () -> [ :report_document_id, :url, :compression_algorithm ]

#to_h{ report_document_id: String, url: String, compression_algorithm: String? }

Returns:

  • ({ report_document_id: String, url: String, compression_algorithm: String? })


168
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 168

def to_h: () -> { report_document_id: String, url: String, compression_algorithm: String? }