Class: Peddler::APIs::SupplySources20200701::CurbsidePickupConfiguration

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

#operational_configurationPeddler::APIs::SupplySources20200701::OperationalConfiguration? (readonly)

Returns the value of attribute operational_configuration.



108
109
110
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 108

def operational_configuration
  @operational_configuration
end

#parking_with_address_configurationPeddler::APIs::SupplySources20200701::ParkingWithAddressConfiguration? (readonly)

Returns the value of attribute parking_with_address_configuration.



109
110
111
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 109

def parking_with_address_configuration
  @parking_with_address_configuration
end

#supportedBoolean? (readonly)

Returns the value of attribute supported.

Returns:

  • (Boolean, nil)


110
111
112
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 110

def supported
  @supported
end

Class Method Details

.[](supported:, operational_configuration:, parking_with_address_configuration:) ⇒ Peddler::APIs::SupplySources20200701::CurbsidePickupConfiguration .[](arg0, arg1, arg2) ⇒ Peddler::APIs::SupplySources20200701::CurbsidePickupConfiguration



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

def self.[]: (?supported: bool?, ?operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration?, ?parking_with_address_configuration: Peddler::APIs::SupplySources20200701::ParkingWithAddressConfiguration?) -> Peddler::APIs::SupplySources20200701::CurbsidePickupConfiguration
| (bool?, Peddler::APIs::SupplySources20200701::OperationalConfiguration?, Peddler::APIs::SupplySources20200701::ParkingWithAddressConfiguration?) -> Peddler::APIs::SupplySources20200701::CurbsidePickupConfiguration

.members[ :supported, :operational_configuration, :parking_with_address_configuration ]

Returns:

  • ([ :supported, :operational_configuration, :parking_with_address_configuration ])


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

def self.members: () -> [ :supported, :operational_configuration, :parking_with_address_configuration ]

.new(supported:, operational_configuration:, parking_with_address_configuration:) ⇒ Peddler::APIs::SupplySources20200701::CurbsidePickupConfiguration .new(arg0, arg1, arg2) ⇒ Peddler::APIs::SupplySources20200701::CurbsidePickupConfiguration



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

def self.new: (?supported: bool?, ?operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration?, ?parking_with_address_configuration: Peddler::APIs::SupplySources20200701::ParkingWithAddressConfiguration?) -> Peddler::APIs::SupplySources20200701::CurbsidePickupConfiguration
| (bool?, Peddler::APIs::SupplySources20200701::OperationalConfiguration?, Peddler::APIs::SupplySources20200701::ParkingWithAddressConfiguration?) -> Peddler::APIs::SupplySources20200701::CurbsidePickupConfiguration

.parsePeddler::APIs::SupplySources20200701::CurbsidePickupConfiguration

Parameters:

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

Returns:



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

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SupplySources20200701::CurbsidePickupConfiguration

Instance Method Details

#members[ :supported, :operational_configuration, :parking_with_address_configuration ]

Returns:

  • ([ :supported, :operational_configuration, :parking_with_address_configuration ])


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

def members: () -> [ :supported, :operational_configuration, :parking_with_address_configuration ]

#supported?Boolean

Returns:

  • (Boolean)


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

def supported?: () -> bool

#to_h{ supported: bool?, operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration?, parking_with_address_configuration: Peddler::APIs::SupplySources20200701::ParkingWithAddressConfiguration? }

Returns:



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

def to_h: () -> { supported: bool?, operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration?, parking_with_address_configuration: Peddler::APIs::SupplySources20200701::ParkingWithAddressConfiguration? }