Class: Peddler::APIs::SupplySources20200701::ParkingWithAddressConfiguration

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

#addressPeddler::APIs::SupplySources20200701::Address? (readonly)

Returns the value of attribute address.



332
333
334
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 332

def address
  @address
end

#number_of_parking_spotsInteger? (readonly)

Returns the value of attribute number_of_parking_spots.

Returns:

  • (Integer, nil)


333
334
335
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 333

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)


334
335
336
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 334

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)


335
336
337
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 335

def parking_spot_identification_type
  @parking_spot_identification_type
end

Class Method Details

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

Overloads:



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

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

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

Returns:

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


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

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

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

Overloads:



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

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

.parsePeddler::APIs::SupplySources20200701::ParkingWithAddressConfiguration

Parameters:

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

Returns:



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

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

Instance Method Details

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

Returns:

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


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

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

#to_h{ address: Peddler::APIs::SupplySources20200701::Address?, number_of_parking_spots: Integer?, parking_cost_type: String?, parking_spot_identification_type: String? }

Returns:



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

def to_h: () -> { address: Peddler::APIs::SupplySources20200701::Address?, number_of_parking_spots: Integer?, parking_cost_type: String?, parking_spot_identification_type: String? }