Class: Peddler::APIs::SupplySources20200701::ParkingWithAddressConfiguration
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SupplySources20200701::ParkingWithAddressConfiguration
- Defined in:
- sig/peddler/apis/supply_sources_2020_07_01.rbs
Instance Attribute Summary collapse
-
#address ⇒ Peddler::APIs::SupplySources20200701::Address?
readonly
Returns the value of attribute address.
-
#number_of_parking_spots ⇒ Integer?
readonly
Returns the value of attribute number_of_parking_spots.
-
#parking_cost_type ⇒ String?
readonly
Returns the value of attribute parking_cost_type.
-
#parking_spot_identification_type ⇒ String?
readonly
Returns the value of attribute parking_spot_identification_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :address, :number_of_parking_spots, :parking_cost_type, :parking_spot_identification_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SupplySources20200701::ParkingWithAddressConfiguration
Instance Method Summary collapse
-
#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? }
Instance Attribute Details
#address ⇒ Peddler::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_spots ⇒ Integer? (readonly)
Returns the value of attribute number_of_parking_spots.
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_type ⇒ String? (readonly)
Returns the value of attribute parking_cost_type.
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_type ⇒ String? (readonly)
Returns the value of attribute parking_spot_identification_type.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::SupplySources20200701::ParkingWithAddressConfiguration
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 ]
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? }
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? }
|