Class: Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput
- Defined in:
- sig/peddler/apis/merchant_fulfillment_v0.rbs
Instance Attribute Summary collapse
-
#data_type ⇒ String?
readonly
Returns the value of attribute data_type.
-
#value_as_address ⇒ Peddler::APIs::MerchantFulfillmentV0::Address?
readonly
Returns the value of attribute value_as_address.
-
#value_as_boolean ⇒ Boolean?
readonly
Returns the value of attribute value_as_boolean.
-
#value_as_currency ⇒ Peddler::Money?
readonly
Returns the value of attribute value_as_currency.
-
#value_as_dimension ⇒ Peddler::APIs::MerchantFulfillmentV0::Length?
readonly
Returns the value of attribute value_as_dimension.
-
#value_as_integer ⇒ Integer?
readonly
Returns the value of attribute value_as_integer.
-
#value_as_string ⇒ String?
readonly
Returns the value of attribute value_as_string.
-
#value_as_timestamp ⇒ String?
readonly
Returns the value of attribute value_as_timestamp.
-
#value_as_weight ⇒ Peddler::APIs::MerchantFulfillmentV0::Weight?
readonly
Returns the value of attribute value_as_weight.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :data_type, :value_as_address, :value_as_boolean, :value_as_currency, :value_as_dimension, :value_as_integer, :value_as_string, :value_as_timestamp, :value_as_weight ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput
Instance Method Summary collapse
-
#members ⇒ [ :data_type, :value_as_address, :value_as_boolean, :value_as_currency, :value_as_dimension, :value_as_integer, :value_as_string, :value_as_timestamp, :value_as_weight ]
-
#to_h ⇒ { data_type: String?, value_as_address: Peddler::APIs::MerchantFulfillmentV0::Address?, value_as_boolean: bool?, value_as_currency: Peddler::Money?, value_as_dimension: Peddler::APIs::MerchantFulfillmentV0::Length?, value_as_integer: Integer?, value_as_string: String?, value_as_timestamp: String?, value_as_weight: Peddler::APIs::MerchantFulfillmentV0::Weight? }
-
#value_as_boolean? ⇒ Boolean
Instance Attribute Details
#data_type ⇒ String? (readonly)
Returns the value of attribute data_type.
35 36 37 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 35 def data_type @data_type end |
#value_as_address ⇒ Peddler::APIs::MerchantFulfillmentV0::Address? (readonly)
Returns the value of attribute value_as_address.
36 37 38 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 36 def value_as_address @value_as_address end |
#value_as_boolean ⇒ Boolean? (readonly)
Returns the value of attribute value_as_boolean.
37 38 39 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 37 def value_as_boolean @value_as_boolean end |
#value_as_currency ⇒ Peddler::Money? (readonly)
Returns the value of attribute value_as_currency.
38 39 40 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 38 def value_as_currency @value_as_currency end |
#value_as_dimension ⇒ Peddler::APIs::MerchantFulfillmentV0::Length? (readonly)
Returns the value of attribute value_as_dimension.
39 40 41 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 39 def value_as_dimension @value_as_dimension end |
#value_as_integer ⇒ Integer? (readonly)
Returns the value of attribute value_as_integer.
40 41 42 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 40 def value_as_integer @value_as_integer end |
#value_as_string ⇒ String? (readonly)
Returns the value of attribute value_as_string.
41 42 43 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 41 def value_as_string @value_as_string end |
#value_as_timestamp ⇒ String? (readonly)
Returns the value of attribute value_as_timestamp.
42 43 44 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 42 def @value_as_timestamp end |
#value_as_weight ⇒ Peddler::APIs::MerchantFulfillmentV0::Weight? (readonly)
Returns the value of attribute value_as_weight.
43 44 45 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 43 def value_as_weight @value_as_weight end |
Class Method Details
.[](data_type:, value_as_address:, value_as_boolean:, value_as_currency:, value_as_dimension:, value_as_integer:, value_as_string:, value_as_timestamp:, value_as_weight:) ⇒ Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) ⇒ Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput
28 29 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 28
def self.[]: (?data_type: String?, ?value_as_address: Peddler::APIs::MerchantFulfillmentV0::Address?, ?value_as_boolean: bool?, ?value_as_currency: Peddler::Money?, ?value_as_dimension: Peddler::APIs::MerchantFulfillmentV0::Length?, ?value_as_integer: Integer?, ?value_as_string: String?, ?value_as_timestamp: String?, ?value_as_weight: Peddler::APIs::MerchantFulfillmentV0::Weight?) -> Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput
| (String?, Peddler::APIs::MerchantFulfillmentV0::Address?, bool?, Peddler::Money?, Peddler::APIs::MerchantFulfillmentV0::Length?, Integer?, String?, String?, Peddler::APIs::MerchantFulfillmentV0::Weight?) -> Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput
|
.members ⇒ [ :data_type, :value_as_address, :value_as_boolean, :value_as_currency, :value_as_dimension, :value_as_integer, :value_as_string, :value_as_timestamp, :value_as_weight ]
31 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 31
def self.members: () -> [ :data_type, :value_as_address, :value_as_boolean, :value_as_currency, :value_as_dimension, :value_as_integer, :value_as_string, :value_as_timestamp, :value_as_weight ]
|
.new(data_type:, value_as_address:, value_as_boolean:, value_as_currency:, value_as_dimension:, value_as_integer:, value_as_string:, value_as_timestamp:, value_as_weight:) ⇒ Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) ⇒ Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput
26 27 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 26
def self.new: (?data_type: String?, ?value_as_address: Peddler::APIs::MerchantFulfillmentV0::Address?, ?value_as_boolean: bool?, ?value_as_currency: Peddler::Money?, ?value_as_dimension: Peddler::APIs::MerchantFulfillmentV0::Length?, ?value_as_integer: Integer?, ?value_as_string: String?, ?value_as_timestamp: String?, ?value_as_weight: Peddler::APIs::MerchantFulfillmentV0::Weight?) -> Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput
| (String?, Peddler::APIs::MerchantFulfillmentV0::Address?, bool?, Peddler::Money?, Peddler::APIs::MerchantFulfillmentV0::Length?, Integer?, String?, String?, Peddler::APIs::MerchantFulfillmentV0::Weight?) -> Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput
33 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 33
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput
|
Instance Method Details
#members ⇒ [ :data_type, :value_as_address, :value_as_boolean, :value_as_currency, :value_as_dimension, :value_as_integer, :value_as_string, :value_as_timestamp, :value_as_weight ]
45 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 45
def members: () -> [ :data_type, :value_as_address, :value_as_boolean, :value_as_currency, :value_as_dimension, :value_as_integer, :value_as_string, :value_as_timestamp, :value_as_weight ]
|
#to_h ⇒ { data_type: String?, value_as_address: Peddler::APIs::MerchantFulfillmentV0::Address?, value_as_boolean: bool?, value_as_currency: Peddler::Money?, value_as_dimension: Peddler::APIs::MerchantFulfillmentV0::Length?, value_as_integer: Integer?, value_as_string: String?, value_as_timestamp: String?, value_as_weight: Peddler::APIs::MerchantFulfillmentV0::Weight? }
46 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 46
def to_h: () -> { data_type: String?, value_as_address: Peddler::APIs::MerchantFulfillmentV0::Address?, value_as_boolean: bool?, value_as_currency: Peddler::Money?, value_as_dimension: Peddler::APIs::MerchantFulfillmentV0::Length?, value_as_integer: Integer?, value_as_string: String?, value_as_timestamp: String?, value_as_weight: Peddler::APIs::MerchantFulfillmentV0::Weight? }
|
#value_as_boolean? ⇒ Boolean
47 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 47
def value_as_boolean?: () -> bool
|