Class: Peddler::APIs::SupplySources20200701::ParkingConfiguration

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

#number_of_parking_spotsInteger? (readonly)

Returns the value of attribute number_of_parking_spots.

Returns:

  • (Integer, nil)


314
315
316
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 314

def number_of_parking_spots
  @number_of_parking_spots
end

#parking_cost_typeString? (readonly)

Returns the value of attribute parking_cost_type.

Returns:

  • (String, nil)


315
316
317
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 315

def parking_cost_type
  @parking_cost_type
end

#parking_spot_identification_typeString? (readonly)

Returns the value of attribute parking_spot_identification_type.

Returns:

  • (String, nil)


316
317
318
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 316

def parking_spot_identification_type
  @parking_spot_identification_type
end

Class Method Details

.[](number_of_parking_spots:, parking_cost_type:, parking_spot_identification_type:) ⇒ Peddler::APIs::SupplySources20200701::ParkingConfiguration .[](arg0, arg1, arg2) ⇒ Peddler::APIs::SupplySources20200701::ParkingConfiguration

Overloads:



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

def self.[]: (?number_of_parking_spots: Integer?, ?parking_cost_type: String?, ?parking_spot_identification_type: String?) -> Peddler::APIs::SupplySources20200701::ParkingConfiguration
| (Integer?, String?, String?) -> Peddler::APIs::SupplySources20200701::ParkingConfiguration

.members[ :number_of_parking_spots, :parking_cost_type, :parking_spot_identification_type ]

Returns:

  • ([ :number_of_parking_spots, :parking_cost_type, :parking_spot_identification_type ])


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

def self.members: () -> [ :number_of_parking_spots, :parking_cost_type, :parking_spot_identification_type ]

.new(number_of_parking_spots:, parking_cost_type:, parking_spot_identification_type:) ⇒ Peddler::APIs::SupplySources20200701::ParkingConfiguration .new(arg0, arg1, arg2) ⇒ Peddler::APIs::SupplySources20200701::ParkingConfiguration

Overloads:



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

def self.new: (?number_of_parking_spots: Integer?, ?parking_cost_type: String?, ?parking_spot_identification_type: String?) -> Peddler::APIs::SupplySources20200701::ParkingConfiguration
| (Integer?, String?, String?) -> Peddler::APIs::SupplySources20200701::ParkingConfiguration

.parsePeddler::APIs::SupplySources20200701::ParkingConfiguration

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :number_of_parking_spots, :parking_cost_type, :parking_spot_identification_type ]

Returns:

  • ([ :number_of_parking_spots, :parking_cost_type, :parking_spot_identification_type ])


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

def members: () -> [ :number_of_parking_spots, :parking_cost_type, :parking_spot_identification_type ]

#to_h{ number_of_parking_spots: Integer?, parking_cost_type: String?, parking_spot_identification_type: String? }

Returns:

  • ({ number_of_parking_spots: Integer?, parking_cost_type: String?, parking_spot_identification_type: String? })


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

def to_h: () -> { number_of_parking_spots: Integer?, parking_cost_type: String?, parking_spot_identification_type: String? }