Class: Peddler::APIs::ProductFeesV0::FeesEstimateResult
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductFeesV0::FeesEstimateResult
- Defined in:
- sig/peddler/apis/product_fees_v0.rbs
Instance Attribute Summary collapse
-
#error ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateError?
readonly
Returns the value of attribute error.
-
#fees_estimate ⇒ Peddler::APIs::ProductFeesV0::FeesEstimate?
readonly
Returns the value of attribute fees_estimate.
-
#fees_estimate_identifier ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier?
readonly
Returns the value of attribute fees_estimate_identifier.
-
#status ⇒ String?
readonly
Returns the value of attribute status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :error, :fees_estimate, :fees_estimate_identifier, :status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateResult
Instance Method Summary collapse
-
#members ⇒ [ :error, :fees_estimate, :fees_estimate_identifier, :status ]
-
#to_h ⇒ { error: Peddler::APIs::ProductFeesV0::FeesEstimateError?, fees_estimate: Peddler::APIs::ProductFeesV0::FeesEstimate?, fees_estimate_identifier: Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier?, status: String? }
Instance Attribute Details
#error ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateError? (readonly)
Returns the value of attribute error.
165 166 167 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 165 def error @error end |
#fees_estimate ⇒ Peddler::APIs::ProductFeesV0::FeesEstimate? (readonly)
Returns the value of attribute fees_estimate.
166 167 168 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 166 def fees_estimate @fees_estimate end |
#fees_estimate_identifier ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier? (readonly)
Returns the value of attribute fees_estimate_identifier.
167 168 169 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 167 def fees_estimate_identifier @fees_estimate_identifier end |
#status ⇒ String? (readonly)
Returns the value of attribute status.
168 169 170 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 168 def status @status end |
Class Method Details
.[](error:, fees_estimate:, fees_estimate_identifier:, status:) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateResult .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateResult
158 159 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 158
def self.[]: (?error: Peddler::APIs::ProductFeesV0::FeesEstimateError?, ?fees_estimate: Peddler::APIs::ProductFeesV0::FeesEstimate?, ?fees_estimate_identifier: Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier?, ?status: String?) -> Peddler::APIs::ProductFeesV0::FeesEstimateResult
| (Peddler::APIs::ProductFeesV0::FeesEstimateError?, Peddler::APIs::ProductFeesV0::FeesEstimate?, Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier?, String?) -> Peddler::APIs::ProductFeesV0::FeesEstimateResult
|
.members ⇒ [ :error, :fees_estimate, :fees_estimate_identifier, :status ]
161 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 161
def self.members: () -> [ :error, :fees_estimate, :fees_estimate_identifier, :status ]
|
.new(error:, fees_estimate:, fees_estimate_identifier:, status:) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateResult .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateResult
156 157 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 156
def self.new: (?error: Peddler::APIs::ProductFeesV0::FeesEstimateError?, ?fees_estimate: Peddler::APIs::ProductFeesV0::FeesEstimate?, ?fees_estimate_identifier: Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier?, ?status: String?) -> Peddler::APIs::ProductFeesV0::FeesEstimateResult
| (Peddler::APIs::ProductFeesV0::FeesEstimateError?, Peddler::APIs::ProductFeesV0::FeesEstimate?, Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier?, String?) -> Peddler::APIs::ProductFeesV0::FeesEstimateResult
|
.parse ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateResult
163 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 163
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductFeesV0::FeesEstimateResult
|
Instance Method Details
#members ⇒ [ :error, :fees_estimate, :fees_estimate_identifier, :status ]
170 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 170
def members: () -> [ :error, :fees_estimate, :fees_estimate_identifier, :status ]
|
#to_h ⇒ { error: Peddler::APIs::ProductFeesV0::FeesEstimateError?, fees_estimate: Peddler::APIs::ProductFeesV0::FeesEstimate?, fees_estimate_identifier: Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier?, status: String? }
171 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 171
def to_h: () -> { error: Peddler::APIs::ProductFeesV0::FeesEstimateError?, fees_estimate: Peddler::APIs::ProductFeesV0::FeesEstimate?, fees_estimate_identifier: Peddler::APIs::ProductFeesV0::FeesEstimateIdentifier?, status: String? }
|