Class: Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#feature_fulfillment_policy ⇒ String?
readonly
Returns the value of attribute feature_fulfillment_policy.
-
#feature_name ⇒ String?
readonly
Returns the value of attribute feature_name.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :feature_fulfillment_policy, :feature_name ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings
Instance Method Summary collapse
-
#members ⇒ [ :feature_fulfillment_policy, :feature_name ]
-
#to_h ⇒ { feature_fulfillment_policy: String?, feature_name: String? }
Instance Attribute Details
#feature_fulfillment_policy ⇒ String? (readonly)
Returns the value of attribute feature_fulfillment_policy.
487 488 489 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 487 def feature_fulfillment_policy @feature_fulfillment_policy end |
#feature_name ⇒ String? (readonly)
Returns the value of attribute feature_name.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::FeatureSettings
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 ]
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? }
491 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 491
def to_h: () -> { feature_fulfillment_policy: String?, feature_name: String? }
|