Class: Peddler::APIs::OrdersV0::AutomatedShippingSettings
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::OrdersV0::AutomatedShippingSettings
- Defined in:
- sig/peddler/apis/orders_v0.rbs
Instance Attribute Summary collapse
-
#automated_carrier ⇒ String?
readonly
Returns the value of attribute automated_carrier.
-
#automated_ship_method ⇒ String?
readonly
Returns the value of attribute automated_ship_method.
-
#has_automated_shipping_settings ⇒ Boolean?
readonly
Returns the value of attribute has_automated_shipping_settings.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :automated_carrier, :automated_ship_method, :has_automated_shipping_settings ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::OrdersV0::AutomatedShippingSettings
Instance Method Summary collapse
-
#has_automated_shipping_settings? ⇒ Boolean
-
#members ⇒ [ :automated_carrier, :automated_ship_method, :has_automated_shipping_settings ]
-
#to_h ⇒ { automated_carrier: String?, automated_ship_method: String?, has_automated_shipping_settings: bool? }
Instance Attribute Details
#automated_carrier ⇒ String? (readonly)
Returns the value of attribute automated_carrier.
98 99 100 |
# File 'sig/peddler/apis/orders_v0.rbs', line 98 def automated_carrier @automated_carrier end |
#automated_ship_method ⇒ String? (readonly)
Returns the value of attribute automated_ship_method.
99 100 101 |
# File 'sig/peddler/apis/orders_v0.rbs', line 99 def automated_ship_method @automated_ship_method end |
#has_automated_shipping_settings ⇒ Boolean? (readonly)
Returns the value of attribute has_automated_shipping_settings.
100 101 102 |
# File 'sig/peddler/apis/orders_v0.rbs', line 100 def has_automated_shipping_settings @has_automated_shipping_settings end |
Class Method Details
.[](automated_carrier:, automated_ship_method:, has_automated_shipping_settings:) ⇒ Peddler::APIs::OrdersV0::AutomatedShippingSettings .[](arg0, arg1, arg2) ⇒ Peddler::APIs::OrdersV0::AutomatedShippingSettings
91 92 |
# File 'sig/peddler/apis/orders_v0.rbs', line 91
def self.[]: (?automated_carrier: String?, ?automated_ship_method: String?, ?has_automated_shipping_settings: bool?) -> Peddler::APIs::OrdersV0::AutomatedShippingSettings
| (String?, String?, bool?) -> Peddler::APIs::OrdersV0::AutomatedShippingSettings
|
.members ⇒ [ :automated_carrier, :automated_ship_method, :has_automated_shipping_settings ]
94 |
# File 'sig/peddler/apis/orders_v0.rbs', line 94
def self.members: () -> [ :automated_carrier, :automated_ship_method, :has_automated_shipping_settings ]
|
.new(automated_carrier:, automated_ship_method:, has_automated_shipping_settings:) ⇒ Peddler::APIs::OrdersV0::AutomatedShippingSettings .new(arg0, arg1, arg2) ⇒ Peddler::APIs::OrdersV0::AutomatedShippingSettings
89 90 |
# File 'sig/peddler/apis/orders_v0.rbs', line 89
def self.new: (?automated_carrier: String?, ?automated_ship_method: String?, ?has_automated_shipping_settings: bool?) -> Peddler::APIs::OrdersV0::AutomatedShippingSettings
| (String?, String?, bool?) -> Peddler::APIs::OrdersV0::AutomatedShippingSettings
|
.parse ⇒ Peddler::APIs::OrdersV0::AutomatedShippingSettings
96 |
# File 'sig/peddler/apis/orders_v0.rbs', line 96
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::AutomatedShippingSettings
|
Instance Method Details
#has_automated_shipping_settings? ⇒ Boolean
102 |
# File 'sig/peddler/apis/orders_v0.rbs', line 102
def has_automated_shipping_settings?: () -> bool
|
#members ⇒ [ :automated_carrier, :automated_ship_method, :has_automated_shipping_settings ]
103 |
# File 'sig/peddler/apis/orders_v0.rbs', line 103
def members: () -> [ :automated_carrier, :automated_ship_method, :has_automated_shipping_settings ]
|
#to_h ⇒ { automated_carrier: String?, automated_ship_method: String?, has_automated_shipping_settings: bool? }
104 |
# File 'sig/peddler/apis/orders_v0.rbs', line 104
def to_h: () -> { automated_carrier: String?, automated_ship_method: String?, has_automated_shipping_settings: bool? }
|