Class: Peddler::APIs::MerchantFulfillmentV0::SellerInputDefinition
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::SellerInputDefinition
- Defined in:
- sig/peddler/apis/merchant_fulfillment_v0.rbs
Instance Attribute Summary collapse
-
#constraints ⇒ Array[Peddler::APIs::MerchantFulfillmentV0::Constraint]
readonly
Returns the value of attribute constraints.
-
#data_type ⇒ String
readonly
Returns the value of attribute data_type.
-
#input_display_text ⇒ String
readonly
Returns the value of attribute input_display_text.
-
#input_target ⇒ String?
readonly
Returns the value of attribute input_target.
-
#required ⇒ Boolean
readonly
Returns the value of attribute required.
-
#restricted_set_values ⇒ Array[String]?
readonly
Returns the value of attribute restricted_set_values.
-
#stored_value ⇒ Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput
readonly
Returns the value of attribute stored_value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :constraints, :data_type, :input_display_text, :required, :stored_value, :input_target, :restricted_set_values ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::SellerInputDefinition
Instance Method Summary collapse
-
#members ⇒ [ :constraints, :data_type, :input_display_text, :required, :stored_value, :input_target, :restricted_set_values ]
-
#required? ⇒ Boolean
-
#to_h ⇒ { constraints: Array[Peddler::APIs::MerchantFulfillmentV0::Constraint], data_type: String, input_display_text: String, required: bool, stored_value: Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput, input_target: String?, restricted_set_values: Array[String]? }
Instance Attribute Details
#constraints ⇒ Array[Peddler::APIs::MerchantFulfillmentV0::Constraint] (readonly)
Returns the value of attribute constraints.
726 727 728 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 726 def constraints @constraints end |
#data_type ⇒ String (readonly)
Returns the value of attribute data_type.
727 728 729 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 727 def data_type @data_type end |
#input_display_text ⇒ String (readonly)
Returns the value of attribute input_display_text.
728 729 730 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 728 def input_display_text @input_display_text end |
#input_target ⇒ String? (readonly)
Returns the value of attribute input_target.
729 730 731 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 729 def input_target @input_target end |
#required ⇒ Boolean (readonly)
Returns the value of attribute required.
730 731 732 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 730 def required @required end |
#restricted_set_values ⇒ Array[String]? (readonly)
Returns the value of attribute restricted_set_values.
731 732 733 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 731 def restricted_set_values @restricted_set_values end |
#stored_value ⇒ Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput (readonly)
Returns the value of attribute stored_value.
732 733 734 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 732 def stored_value @stored_value end |
Class Method Details
.[](constraints:, data_type:, input_display_text:, required:, stored_value:, input_target:, restricted_set_values:) ⇒ Peddler::APIs::MerchantFulfillmentV0::SellerInputDefinition .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::MerchantFulfillmentV0::SellerInputDefinition
719 720 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 719
def self.[]: (constraints: Array[Peddler::APIs::MerchantFulfillmentV0::Constraint], data_type: String, input_display_text: String, required: bool, stored_value: Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput, ?input_target: String?, ?restricted_set_values: Array[String]?) -> Peddler::APIs::MerchantFulfillmentV0::SellerInputDefinition
| (Array[Peddler::APIs::MerchantFulfillmentV0::Constraint], String, String, bool, Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput, String?, Array[String]?) -> Peddler::APIs::MerchantFulfillmentV0::SellerInputDefinition
|
.members ⇒ [ :constraints, :data_type, :input_display_text, :required, :stored_value, :input_target, :restricted_set_values ]
722 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 722
def self.members: () -> [ :constraints, :data_type, :input_display_text, :required, :stored_value, :input_target, :restricted_set_values ]
|
.new(constraints:, data_type:, input_display_text:, required:, stored_value:, input_target:, restricted_set_values:) ⇒ Peddler::APIs::MerchantFulfillmentV0::SellerInputDefinition .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::MerchantFulfillmentV0::SellerInputDefinition
717 718 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 717
def self.new: (constraints: Array[Peddler::APIs::MerchantFulfillmentV0::Constraint], data_type: String, input_display_text: String, required: bool, stored_value: Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput, ?input_target: String?, ?restricted_set_values: Array[String]?) -> Peddler::APIs::MerchantFulfillmentV0::SellerInputDefinition
| (Array[Peddler::APIs::MerchantFulfillmentV0::Constraint], String, String, bool, Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput, String?, Array[String]?) -> Peddler::APIs::MerchantFulfillmentV0::SellerInputDefinition
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::SellerInputDefinition
724 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 724
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::SellerInputDefinition
|
Instance Method Details
#members ⇒ [ :constraints, :data_type, :input_display_text, :required, :stored_value, :input_target, :restricted_set_values ]
734 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 734
def members: () -> [ :constraints, :data_type, :input_display_text, :required, :stored_value, :input_target, :restricted_set_values ]
|
#required? ⇒ Boolean
735 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 735
def required?: () -> bool
|
#to_h ⇒ { constraints: Array[Peddler::APIs::MerchantFulfillmentV0::Constraint], data_type: String, input_display_text: String, required: bool, stored_value: Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput, input_target: String?, restricted_set_values: Array[String]? }
736 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 736
def to_h: () -> { constraints: Array[Peddler::APIs::MerchantFulfillmentV0::Constraint], data_type: String, input_display_text: String, required: bool, stored_value: Peddler::APIs::MerchantFulfillmentV0::AdditionalSellerInput, input_target: String?, restricted_set_values: Array[String]? }
|