Class: Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#feature_fulfillment_policyString? (readonly)

Returns the value of attribute feature_fulfillment_policy.

Returns:

  • (String, nil)


487
488
489
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 487

def feature_fulfillment_policy
  @feature_fulfillment_policy
end

#feature_nameString? (readonly)

Returns the value of attribute feature_name.

Returns:

  • (String, nil)


488
489
490
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 488

def feature_name
  @feature_name
end

Class Method Details

.[](feature_fulfillment_policy:, feature_name:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings

Overloads:



480
481
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 480

def self.[]: (?feature_fulfillment_policy: String?, ?feature_name: String?) -> Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings
| (String?, String?) -> Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings

.members[ :feature_fulfillment_policy, :feature_name ]

Returns:

  • ([ :feature_fulfillment_policy, :feature_name ])


483
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 483

def self.members: () -> [ :feature_fulfillment_policy, :feature_name ]

.new(feature_fulfillment_policy:, feature_name:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings

Overloads:



478
479
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 478

def self.new: (?feature_fulfillment_policy: String?, ?feature_name: String?) -> Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings
| (String?, String?) -> Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings

.parsePeddler::APIs::FulfillmentOutbound20200701::FeatureSettings

Parameters:

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

Returns:



485
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 485

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

Instance Method Details

#members[ :feature_fulfillment_policy, :feature_name ]

Returns:

  • ([ :feature_fulfillment_policy, :feature_name ])


490
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 490

def members: () -> [ :feature_fulfillment_policy, :feature_name ]

#to_h{ feature_fulfillment_policy: String?, feature_name: String? }

Returns:

  • ({ feature_fulfillment_policy: String?, feature_name: String? })


491
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 491

def to_h: () -> { feature_fulfillment_policy: String?, feature_name: String? }