Class: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse

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

#errorsArray[Peddler::APIs::ProductFeesV0::Error]? (readonly)

Returns the value of attribute errors.

Returns:



200
201
202
# File 'sig/peddler/apis/product_fees_v0.rbs', line 200

def errors
  @errors
end

#payloadPeddler::APIs::ProductFeesV0::GetMyFeesEstimateResult? (readonly)

Returns the value of attribute payload.



201
202
203
# File 'sig/peddler/apis/product_fees_v0.rbs', line 201

def payload
  @payload
end

Class Method Details

.[](errors:, payload:) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse .[](arg0, arg1) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse



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

def self.[]: (?errors: Array[Peddler::APIs::ProductFeesV0::Error]?, ?payload: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse
| (Array[Peddler::APIs::ProductFeesV0::Error]?, Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse

.members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

def self.members: () -> [ :errors, :payload ]

.new(errors:, payload:) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse .new(arg0, arg1) ⇒ Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse



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

def self.new: (?errors: Array[Peddler::APIs::ProductFeesV0::Error]?, ?payload: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse
| (Array[Peddler::APIs::ProductFeesV0::Error]?, Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult?) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse

.parsePeddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse

Parameters:

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

Returns:



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

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResponse

Instance Method Details

#members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

def members: () -> [ :errors, :payload ]

#to_h{ errors: Array[Peddler::APIs::ProductFeesV0::Error]?, payload: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult? }



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

def to_h: () -> { errors: Array[Peddler::APIs::ProductFeesV0::Error]?, payload: Peddler::APIs::ProductFeesV0::GetMyFeesEstimateResult? }