Class: Peddler::APIs::Vehicles20241101::VehicleIdentifiers
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Vehicles20241101::VehicleIdentifiers
- Defined in:
- sig/peddler/apis/vehicles_2024_11_01.rbs
Instance Attribute Summary collapse
-
#standard ⇒ String
readonly
Returns the value of attribute standard.
-
#value ⇒ String
readonly
Returns the value of attribute value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :standard, :value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Vehicles20241101::VehicleIdentifiers
Instance Method Summary collapse
Instance Attribute Details
#standard ⇒ String (readonly)
Returns the value of attribute standard.
126 127 128 |
# File 'sig/peddler/apis/vehicles_2024_11_01.rbs', line 126 def standard @standard end |
#value ⇒ String (readonly)
Returns the value of attribute value.
127 128 129 |
# File 'sig/peddler/apis/vehicles_2024_11_01.rbs', line 127 def value @value end |
Class Method Details
.[](standard:, value:) ⇒ Peddler::APIs::Vehicles20241101::VehicleIdentifiers .[](arg0, arg1) ⇒ Peddler::APIs::Vehicles20241101::VehicleIdentifiers
119 120 |
# File 'sig/peddler/apis/vehicles_2024_11_01.rbs', line 119
def self.[]: (standard: String, value: String) -> Peddler::APIs::Vehicles20241101::VehicleIdentifiers
| (String, String) -> Peddler::APIs::Vehicles20241101::VehicleIdentifiers
|
.members ⇒ [ :standard, :value ]
122 |
# File 'sig/peddler/apis/vehicles_2024_11_01.rbs', line 122
def self.members: () -> [ :standard, :value ]
|
.new(standard:, value:) ⇒ Peddler::APIs::Vehicles20241101::VehicleIdentifiers .new(arg0, arg1) ⇒ Peddler::APIs::Vehicles20241101::VehicleIdentifiers
117 118 |
# File 'sig/peddler/apis/vehicles_2024_11_01.rbs', line 117
def self.new: (standard: String, value: String) -> Peddler::APIs::Vehicles20241101::VehicleIdentifiers
| (String, String) -> Peddler::APIs::Vehicles20241101::VehicleIdentifiers
|
.parse ⇒ Peddler::APIs::Vehicles20241101::VehicleIdentifiers
124 |
# File 'sig/peddler/apis/vehicles_2024_11_01.rbs', line 124
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Vehicles20241101::VehicleIdentifiers
|
Instance Method Details
#members ⇒ [ :standard, :value ]
129 |
# File 'sig/peddler/apis/vehicles_2024_11_01.rbs', line 129
def members: () -> [ :standard, :value ]
|
#to_h ⇒ { standard: String, value: String }
130 |
# File 'sig/peddler/apis/vehicles_2024_11_01.rbs', line 130
def to_h: () -> { standard: String, value: String }
|