Class: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/product_fees_v0.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#fees_estimate_requestPeddler::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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::ProductFeesV0::GetMyFeesEstimateRequest

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:



187
# File 'sig/peddler/apis/product_fees_v0.rbs', line 187

def to_h: () -> { fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest? }