Class: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse
- Defined in:
- sig/peddler/apis/product_fees_v0.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::ProductFeesV0::Error]?
readonly
Returns the value of attribute errors.
-
#payload ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::ProductFeesV0::Error]?, payload: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::ProductFeesV0::Error]? (readonly)
Returns the value of attribute errors.
200 201 202 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 200 def errors @errors end |
#payload ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult? (readonly)
Returns the value of attribute payload.
201 202 203 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 201 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse .[](arg0, arg1) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse
193 194 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 193
def self.[]: (?errors: Array[Peddler::APIs::ProductFeesV0::Error]?, ?payload: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse
| (Array[Peddler::APIs::ProductFeesV0::Error]?, Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse
|
.members ⇒ [ :errors, :payload ]
196 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 196
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse .new(arg0, arg1) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse
191 192 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 191
def self.new: (?errors: Array[Peddler::APIs::ProductFeesV0::Error]?, ?payload: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse
| (Array[Peddler::APIs::ProductFeesV0::Error]?, Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse
|
.parse ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse
198 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 198
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
203 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 203
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::ProductFeesV0::Error]?, payload: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult? }
204 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 204
def to_h: () -> { errors: Array[Peddler::APIs::ProductFeesV0::Error]?, payload: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult? }
|