Class: Peddler::APIs::SupplySources20200701::InStorePickupConfiguration

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#parking_configurationPeddler::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

#supportedBoolean? (readonly)

Returns the value of attribute supported.

Returns:

  • (Boolean, nil)


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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::SupplySources20200701::InStorePickupConfiguration

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :supported, :parking_configuration ])


216
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 216

def members: () -> [ :supported, :parking_configuration ]

#supported?Boolean

Returns:

  • (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? }

Returns:



218
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 218

def to_h: () -> { supported: bool?, parking_configuration: Peddler::APIs::SupplySources20200701::ParkingConfiguration? }