Class: Peddler::APIs::ProductFeesV0::FeesEstimateResult

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

#errorPeddler::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_estimatePeddler::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_identifierPeddler::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

#statusString? (readonly)

Returns the value of attribute status.

Returns:

  • (String, nil)


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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::ProductFeesV0::FeesEstimateResult

Parameters:

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

Returns:



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 ]

Returns:

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