Class: Peddler::APIs::Reports20210630::ReportDocument
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Reports20210630::ReportDocument
- Defined in:
- sig/peddler/apis/reports_2021_06_30.rbs
Instance Attribute Summary collapse
-
#compression_algorithm ⇒ String?
readonly
Returns the value of attribute compression_algorithm.
-
#report_document_id ⇒ String
readonly
Returns the value of attribute report_document_id.
-
#url ⇒ String
readonly
Returns the value of attribute url.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :report_document_id, :url, :compression_algorithm ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Reports20210630::ReportDocument
Instance Method Summary collapse
-
#members ⇒ [ :report_document_id, :url, :compression_algorithm ]
-
#to_h ⇒ { report_document_id: String, url: String, compression_algorithm: String? }
Instance Attribute Details
#compression_algorithm ⇒ String? (readonly)
Returns the value of attribute compression_algorithm.
163 164 165 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 163 def compression_algorithm @compression_algorithm end |
#report_document_id ⇒ String (readonly)
Returns the value of attribute report_document_id.
164 165 166 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 164 def report_document_id @report_document_id end |
#url ⇒ String (readonly)
Returns the value of attribute url.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::Reports20210630::ReportDocument
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 ]
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? }
168 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 168
def to_h: () -> { report_document_id: String, url: String, compression_algorithm: String? }
|