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.
97 98 99 |
# File 'sig/peddler/apis/orders_v0.rbs', line 97 def automated_carrier @automated_carrier end |
#automated_ship_method ⇒ String? (readonly)
Returns the value of attribute automated_ship_method.
98 99 100 |
# File 'sig/peddler/apis/orders_v0.rbs', line 98 def automated_ship_method @automated_ship_method end |
#has_automated_shipping_settings ⇒ Boolean? (readonly)
Returns the value of attribute has_automated_shipping_settings.
99 100 101 |
# File 'sig/peddler/apis/orders_v0.rbs', line 99 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
90 91 |
# File 'sig/peddler/apis/orders_v0.rbs', line 90
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 ]
93 |
# File 'sig/peddler/apis/orders_v0.rbs', line 93
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
88 89 |
# File 'sig/peddler/apis/orders_v0.rbs', line 88
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
95 |
# File 'sig/peddler/apis/orders_v0.rbs', line 95
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::AutomatedShippingSettings
|
Instance Method Details
#has_automated_shipping_settings? ⇒ Boolean
101 |
# File 'sig/peddler/apis/orders_v0.rbs', line 101
def has_automated_shipping_settings?: () -> bool
|
#members ⇒ [ :automated_carrier, :automated_ship_method, :has_automated_shipping_settings ]
102 |
# File 'sig/peddler/apis/orders_v0.rbs', line 102
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? }
103 |
# File 'sig/peddler/apis/orders_v0.rbs', line 103
def to_h: () -> { automated_carrier: String?, automated_ship_method: String?, has_automated_shipping_settings: bool? }
|