Class: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest
- Defined in:
- sig/peddler/apis/product_fees_v0.rbs
Instance Attribute Summary collapse
-
#fees_estimate_request ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateRequest?
readonly
Returns the value of attribute fees_estimate_request.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :fees_estimate_request ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest
Instance Method Summary collapse
-
#members ⇒ [ :fees_estimate_request ]
-
#to_h ⇒ { fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest? }
Instance Attribute Details
#fees_estimate_request ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateRequest? (readonly)
Returns the value of attribute fees_estimate_request.
184 185 186 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 184 def fees_estimate_request @fees_estimate_request end |
Class Method Details
.[](fees_estimate_request:) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest .[](arg0) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest
177 178 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 177
def self.[]: (?fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest
| (Peddler::APIs::ProductFeesV0::FeesEstimateRequest?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest
|
.members ⇒ [ :fees_estimate_request ]
180 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 180
def self.members: () -> [ :fees_estimate_request ]
|
.new(fees_estimate_request:) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest .new(arg0) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest
175 176 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 175
def self.new: (?fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest
| (Peddler::APIs::ProductFeesV0::FeesEstimateRequest?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest
|
.parse ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest
182 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 182
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest
|
Instance Method Details
#members ⇒ [ :fees_estimate_request ]
186 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 186
def members: () -> [ :fees_estimate_request ]
|
#to_h ⇒ { fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest? }
187 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 187
def to_h: () -> { fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest? }
|