Class: Peddler::APIs::ServicesV1::Reservation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ServicesV1::Reservation
- Defined in:
- sig/peddler/apis/services_v1.rbs
Instance Attribute Summary collapse
-
#availability ⇒ Peddler::APIs::ServicesV1::AvailabilityRecord
readonly
Returns the value of attribute availability.
-
#reservation_id ⇒ String?
readonly
Returns the value of attribute reservation_id.
-
#type ⇒ String
readonly
Returns the value of attribute type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :availability, :type, :reservation_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ServicesV1::Reservation
Instance Method Summary collapse
-
#members ⇒ [ :availability, :type, :reservation_id ]
-
#to_h ⇒ { availability: Peddler::APIs::ServicesV1::AvailabilityRecord, type: String, reservation_id: String? }
Instance Attribute Details
#availability ⇒ Peddler::APIs::ServicesV1::AvailabilityRecord (readonly)
Returns the value of attribute availability.
833 834 835 |
# File 'sig/peddler/apis/services_v1.rbs', line 833 def availability @availability end |
#reservation_id ⇒ String? (readonly)
Returns the value of attribute reservation_id.
834 835 836 |
# File 'sig/peddler/apis/services_v1.rbs', line 834 def reservation_id @reservation_id end |
#type ⇒ String (readonly)
Returns the value of attribute type.
835 836 837 |
# File 'sig/peddler/apis/services_v1.rbs', line 835 def type @type end |
Class Method Details
.[](availability:, type:, reservation_id:) ⇒ Peddler::APIs::ServicesV1::Reservation .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ServicesV1::Reservation
826 827 |
# File 'sig/peddler/apis/services_v1.rbs', line 826
def self.[]: (availability: Peddler::APIs::ServicesV1::AvailabilityRecord, type: String, ?reservation_id: String?) -> Peddler::APIs::ServicesV1::Reservation
| (Peddler::APIs::ServicesV1::AvailabilityRecord, String, String?) -> Peddler::APIs::ServicesV1::Reservation
|
.members ⇒ [ :availability, :type, :reservation_id ]
829 |
# File 'sig/peddler/apis/services_v1.rbs', line 829
def self.members: () -> [ :availability, :type, :reservation_id ]
|
.new(availability:, type:, reservation_id:) ⇒ Peddler::APIs::ServicesV1::Reservation .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ServicesV1::Reservation
824 825 |
# File 'sig/peddler/apis/services_v1.rbs', line 824
def self.new: (availability: Peddler::APIs::ServicesV1::AvailabilityRecord, type: String, ?reservation_id: String?) -> Peddler::APIs::ServicesV1::Reservation
| (Peddler::APIs::ServicesV1::AvailabilityRecord, String, String?) -> Peddler::APIs::ServicesV1::Reservation
|
.parse ⇒ Peddler::APIs::ServicesV1::Reservation
831 |
# File 'sig/peddler/apis/services_v1.rbs', line 831
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::Reservation
|
Instance Method Details
#members ⇒ [ :availability, :type, :reservation_id ]
837 |
# File 'sig/peddler/apis/services_v1.rbs', line 837
def members: () -> [ :availability, :type, :reservation_id ]
|
#to_h ⇒ { availability: Peddler::APIs::ServicesV1::AvailabilityRecord, type: String, reservation_id: String? }
838 |
# File 'sig/peddler/apis/services_v1.rbs', line 838
def to_h: () -> { availability: Peddler::APIs::ServicesV1::AvailabilityRecord, type: String, reservation_id: String? }
|