Class: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult
- Defined in:
- sig/peddler/apis/product_fees_v0.rbs
Instance Attribute Summary collapse
-
#fees_estimate_result ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateResult?
readonly
Returns the value of attribute fees_estimate_result.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :fees_estimate_result ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult
Instance Method Summary collapse
-
#members ⇒ [ :fees_estimate_result ]
-
#to_h ⇒ { fees_estimate_result: Peddler::APIs::ProductFeesV0::FeesEstimateResult? }
Instance Attribute Details
#fees_estimate_result ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateResult? (readonly)
Returns the value of attribute fees_estimate_result.
217 218 219 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 217 def fees_estimate_result @fees_estimate_result end |
Class Method Details
.[](fees_estimate_result:) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult .[](arg0) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult
210 211 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 210
def self.[]: (?fees_estimate_result: Peddler::APIs::ProductFeesV0::FeesEstimateResult?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult
| (Peddler::APIs::ProductFeesV0::FeesEstimateResult?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult
|
.members ⇒ [ :fees_estimate_result ]
213 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 213
def self.members: () -> [ :fees_estimate_result ]
|
.new(fees_estimate_result:) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult .new(arg0) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult
208 209 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 208
def self.new: (?fees_estimate_result: Peddler::APIs::ProductFeesV0::FeesEstimateResult?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult
| (Peddler::APIs::ProductFeesV0::FeesEstimateResult?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult
|
.parse ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult
215 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 215
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult
|
Instance Method Details
#members ⇒ [ :fees_estimate_result ]
219 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 219
def members: () -> [ :fees_estimate_result ]
|
#to_h ⇒ { fees_estimate_result: Peddler::APIs::ProductFeesV0::FeesEstimateResult? }
220 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 220
def to_h: () -> { fees_estimate_result: Peddler::APIs::ProductFeesV0::FeesEstimateResult? }
|