Class: Peddler::APIs::SupplySources20200701::InStorePickupConfiguration
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SupplySources20200701::InStorePickupConfiguration
- Defined in:
- sig/peddler/apis/supply_sources_2020_07_01.rbs
Instance Attribute Summary collapse
-
#parking_configuration ⇒ Peddler::APIs::SupplySources20200701::ParkingConfiguration?
readonly
Returns the value of attribute parking_configuration.
-
#supported ⇒ Boolean?
readonly
Returns the value of attribute supported.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :supported, :parking_configuration ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SupplySources20200701::InStorePickupConfiguration
Instance Method Summary collapse
-
#members ⇒ [ :supported, :parking_configuration ]
-
#supported? ⇒ Boolean
-
#to_h ⇒ { supported: bool?, parking_configuration: Peddler::APIs::SupplySources20200701::ParkingConfiguration? }
Instance Attribute Details
#parking_configuration ⇒ Peddler::APIs::SupplySources20200701::ParkingConfiguration? (readonly)
Returns the value of attribute parking_configuration.
213 214 215 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 213 def parking_configuration @parking_configuration end |
#supported ⇒ Boolean? (readonly)
Returns the value of attribute supported.
214 215 216 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 214 def supported @supported end |
Class Method Details
.[](supported:, parking_configuration:) ⇒ Peddler::APIs::SupplySources20200701::InStorePickupConfiguration .[](arg0, arg1) ⇒ Peddler::APIs::SupplySources20200701::InStorePickupConfiguration
206 207 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 206
def self.[]: (?supported: bool?, ?parking_configuration: Peddler::APIs::SupplySources20200701::ParkingConfiguration?) -> Peddler::APIs::SupplySources20200701::InStorePickupConfiguration
| (bool?, Peddler::APIs::SupplySources20200701::ParkingConfiguration?) -> Peddler::APIs::SupplySources20200701::InStorePickupConfiguration
|
.members ⇒ [ :supported, :parking_configuration ]
209 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 209
def self.members: () -> [ :supported, :parking_configuration ]
|
.new(supported:, parking_configuration:) ⇒ Peddler::APIs::SupplySources20200701::InStorePickupConfiguration .new(arg0, arg1) ⇒ Peddler::APIs::SupplySources20200701::InStorePickupConfiguration
204 205 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 204
def self.new: (?supported: bool?, ?parking_configuration: Peddler::APIs::SupplySources20200701::ParkingConfiguration?) -> Peddler::APIs::SupplySources20200701::InStorePickupConfiguration
| (bool?, Peddler::APIs::SupplySources20200701::ParkingConfiguration?) -> Peddler::APIs::SupplySources20200701::InStorePickupConfiguration
|
.parse ⇒ Peddler::APIs::SupplySources20200701::InStorePickupConfiguration
211 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 211
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SupplySources20200701::InStorePickupConfiguration
|
Instance Method Details
#members ⇒ [ :supported, :parking_configuration ]
216 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 216
def members: () -> [ :supported, :parking_configuration ]
|
#supported? ⇒ Boolean
217 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 217
def supported?: () -> bool
|
#to_h ⇒ { supported: bool?, parking_configuration: Peddler::APIs::SupplySources20200701::ParkingConfiguration? }
218 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 218
def to_h: () -> { supported: bool?, parking_configuration: Peddler::APIs::SupplySources20200701::ParkingConfiguration? }
|