Class: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult

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_resultPeddler::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 ]

Returns:

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

.parsePeddler::APIs::ProductFeesV0::GetMyFeesEstimateResult

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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

def to_h: () -> { fees_estimate_result: Peddler::APIs::ProductFeesV0::FeesEstimateResult? }