Class: Peddler::APIs::ServicesV1::UpdateScheduleRecord
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ServicesV1::UpdateScheduleRecord
- Defined in:
- sig/peddler/apis/services_v1.rbs
Instance Attribute Summary collapse
-
#availability ⇒ Peddler::APIs::ServicesV1::AvailabilityRecord?
readonly
Returns the value of attribute availability.
-
#errors ⇒ Array[Peddler::APIs::ServicesV1::Error]?
readonly
Returns the value of attribute errors.
-
#warnings ⇒ Array[Peddler::APIs::ServicesV1::Warning]?
readonly
Returns the value of attribute warnings.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :availability, :errors, :warnings ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ServicesV1::UpdateScheduleRecord
Instance Method Summary collapse
-
#members ⇒ [ :availability, :errors, :warnings ]
-
#to_h ⇒ { availability: Peddler::APIs::ServicesV1::AvailabilityRecord?, errors: Array[Peddler::APIs::ServicesV1::Error]?, warnings: Array[Peddler::APIs::ServicesV1::Warning]? }
Instance Attribute Details
#availability ⇒ Peddler::APIs::ServicesV1::AvailabilityRecord? (readonly)
Returns the value of attribute availability.
1113 1114 1115 |
# File 'sig/peddler/apis/services_v1.rbs', line 1113 def availability @availability end |
#errors ⇒ Array[Peddler::APIs::ServicesV1::Error]? (readonly)
Returns the value of attribute errors.
1114 1115 1116 |
# File 'sig/peddler/apis/services_v1.rbs', line 1114 def errors @errors end |
#warnings ⇒ Array[Peddler::APIs::ServicesV1::Warning]? (readonly)
Returns the value of attribute warnings.
1115 1116 1117 |
# File 'sig/peddler/apis/services_v1.rbs', line 1115 def warnings @warnings end |
Class Method Details
.[](availability:, errors:, warnings:) ⇒ Peddler::APIs::ServicesV1::UpdateScheduleRecord .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ServicesV1::UpdateScheduleRecord
1106 1107 |
# File 'sig/peddler/apis/services_v1.rbs', line 1106
def self.[]: (?availability: Peddler::APIs::ServicesV1::AvailabilityRecord?, ?errors: Array[Peddler::APIs::ServicesV1::Error]?, ?warnings: Array[Peddler::APIs::ServicesV1::Warning]?) -> Peddler::APIs::ServicesV1::UpdateScheduleRecord
| (Peddler::APIs::ServicesV1::AvailabilityRecord?, Array[Peddler::APIs::ServicesV1::Error]?, Array[Peddler::APIs::ServicesV1::Warning]?) -> Peddler::APIs::ServicesV1::UpdateScheduleRecord
|
.members ⇒ [ :availability, :errors, :warnings ]
1109 |
# File 'sig/peddler/apis/services_v1.rbs', line 1109
def self.members: () -> [ :availability, :errors, :warnings ]
|
.new(availability:, errors:, warnings:) ⇒ Peddler::APIs::ServicesV1::UpdateScheduleRecord .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ServicesV1::UpdateScheduleRecord
1104 1105 |
# File 'sig/peddler/apis/services_v1.rbs', line 1104
def self.new: (?availability: Peddler::APIs::ServicesV1::AvailabilityRecord?, ?errors: Array[Peddler::APIs::ServicesV1::Error]?, ?warnings: Array[Peddler::APIs::ServicesV1::Warning]?) -> Peddler::APIs::ServicesV1::UpdateScheduleRecord
| (Peddler::APIs::ServicesV1::AvailabilityRecord?, Array[Peddler::APIs::ServicesV1::Error]?, Array[Peddler::APIs::ServicesV1::Warning]?) -> Peddler::APIs::ServicesV1::UpdateScheduleRecord
|
.parse ⇒ Peddler::APIs::ServicesV1::UpdateScheduleRecord
1111 |
# File 'sig/peddler/apis/services_v1.rbs', line 1111
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::UpdateScheduleRecord
|
Instance Method Details
#members ⇒ [ :availability, :errors, :warnings ]
1117 |
# File 'sig/peddler/apis/services_v1.rbs', line 1117
def members: () -> [ :availability, :errors, :warnings ]
|
#to_h ⇒ { availability: Peddler::APIs::ServicesV1::AvailabilityRecord?, errors: Array[Peddler::APIs::ServicesV1::Error]?, warnings: Array[Peddler::APIs::ServicesV1::Warning]? }
1118 |
# File 'sig/peddler/apis/services_v1.rbs', line 1118
def to_h: () -> { availability: Peddler::APIs::ServicesV1::AvailabilityRecord?, errors: Array[Peddler::APIs::ServicesV1::Error]?, warnings: Array[Peddler::APIs::ServicesV1::Warning]? }
|