Class: Peddler::APIs::ProductFeesV0::FeesEstimateError

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

#codeString (readonly)

Returns the value of attribute code.

Returns:

  • (String)


97
98
99
# File 'sig/peddler/apis/product_fees_v0.rbs', line 97

def code
  @code
end

#detailArray[untyped] (readonly)

Returns the value of attribute detail.

Returns:

  • (Array[untyped])


98
99
100
# File 'sig/peddler/apis/product_fees_v0.rbs', line 98

def detail
  @detail
end

#messageString (readonly)

Returns the value of attribute message.

Returns:

  • (String)


99
100
101
# File 'sig/peddler/apis/product_fees_v0.rbs', line 99

def message
  @message
end

#typeString (readonly)

Returns the value of attribute type.

Returns:

  • (String)


100
101
102
# File 'sig/peddler/apis/product_fees_v0.rbs', line 100

def type
  @type
end

Class Method Details

.[](code:, detail:, message:, type:) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateError .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateError

Overloads:



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

def self.[]: (code: String, detail: Array[untyped], message: String, type: String) -> Peddler::APIs::ProductFeesV0::FeesEstimateError
| (String, Array[untyped], String, String) -> Peddler::APIs::ProductFeesV0::FeesEstimateError

.members[ :code, :detail, :message, :type ]

Returns:

  • ([ :code, :detail, :message, :type ])


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

def self.members: () -> [ :code, :detail, :message, :type ]

.new(code:, detail:, message:, type:) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateError .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateError

Overloads:



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

def self.new: (code: String, detail: Array[untyped], message: String, type: String) -> Peddler::APIs::ProductFeesV0::FeesEstimateError
| (String, Array[untyped], String, String) -> Peddler::APIs::ProductFeesV0::FeesEstimateError

.parsePeddler::APIs::ProductFeesV0::FeesEstimateError

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :code, :detail, :message, :type ]

Returns:

  • ([ :code, :detail, :message, :type ])


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

def members: () -> [ :code, :detail, :message, :type ]

#to_h{ code: String, detail: Array[untyped], message: String, type: String }

Returns:

  • ({ code: String, detail: Array[untyped], message: String, type: String })


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

def to_h: () -> { code: String, detail: Array[untyped], message: String, type: String }