Class: Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest
- Defined in:
- sig/peddler/apis/product_fees_v0.rbs
Instance Attribute Summary collapse
-
#fees_estimate_request ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateRequest?
readonly
Returns the value of attribute fees_estimate_request.
-
#id_type ⇒ String
readonly
Returns the value of attribute id_type.
-
#id_value ⇒ String
readonly
Returns the value of attribute id_value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :id_type, :id_value, :fees_estimate_request ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest
Instance Method Summary collapse
-
#members ⇒ [ :id_type, :id_value, :fees_estimate_request ]
-
#to_h ⇒ { id_type: String, id_value: String, fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest? }
Instance Attribute Details
#fees_estimate_request ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateRequest? (readonly)
Returns the value of attribute fees_estimate_request.
79 80 81 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 79 def fees_estimate_request @fees_estimate_request end |
#id_type ⇒ String (readonly)
Returns the value of attribute id_type.
80 81 82 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 80 def id_type @id_type end |
#id_value ⇒ String (readonly)
Returns the value of attribute id_value.
81 82 83 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 81 def id_value @id_value end |
Class Method Details
.[](id_type:, id_value:, fees_estimate_request:) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest
72 73 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 72
def self.[]: (id_type: String, id_value: String, ?fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest?) -> Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest
| (String, String, Peddler::APIs::ProductFeesV0::FeesEstimateRequest?) -> Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest
|
.members ⇒ [ :id_type, :id_value, :fees_estimate_request ]
75 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 75
def self.members: () -> [ :id_type, :id_value, :fees_estimate_request ]
|
.new(id_type:, id_value:, fees_estimate_request:) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest
70 71 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 70
def self.new: (id_type: String, id_value: String, ?fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest?) -> Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest
| (String, String, Peddler::APIs::ProductFeesV0::FeesEstimateRequest?) -> Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest
|
.parse ⇒ Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest
77 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 77
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductFeesV0::FeesEstimateByIdRequest
|
Instance Method Details
#members ⇒ [ :id_type, :id_value, :fees_estimate_request ]
83 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 83
def members: () -> [ :id_type, :id_value, :fees_estimate_request ]
|
#to_h ⇒ { id_type: String, id_value: String, fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest? }
84 |
# File 'sig/peddler/apis/product_fees_v0.rbs', line 84
def to_h: () -> { id_type: String, id_value: String, fees_estimate_request: Peddler::APIs::ProductFeesV0::FeesEstimateRequest? }
|