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