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.
1092 1093 1094 |
# File 'sig/peddler/apis/services_v1.rbs', line 1092 def availability @availability end |
#errors ⇒ Array[Peddler::APIs::ServicesV1::Error]? (readonly)
Returns the value of attribute errors.
1093 1094 1095 |
# File 'sig/peddler/apis/services_v1.rbs', line 1093 def errors @errors end |
#warnings ⇒ Array[Peddler::APIs::ServicesV1::Warning]? (readonly)
Returns the value of attribute warnings.
1094 1095 1096 |
# File 'sig/peddler/apis/services_v1.rbs', line 1094 def warnings @warnings end |
Class Method Details
.[](availability:, errors:, warnings:) ⇒ Peddler::APIs::ServicesV1::UpdateScheduleRecord .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ServicesV1::UpdateScheduleRecord
1085 1086 |
# File 'sig/peddler/apis/services_v1.rbs', line 1085
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 ]
1088 |
# File 'sig/peddler/apis/services_v1.rbs', line 1088
def self.members: () -> [ :availability, :errors, :warnings ]
|
.new(availability:, errors:, warnings:) ⇒ Peddler::APIs::ServicesV1::UpdateScheduleRecord .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ServicesV1::UpdateScheduleRecord
1083 1084 |
# File 'sig/peddler/apis/services_v1.rbs', line 1083
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
1090 |
# File 'sig/peddler/apis/services_v1.rbs', line 1090
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::UpdateScheduleRecord
|
Instance Method Details
#members ⇒ [ :availability, :errors, :warnings ]
1096 |
# File 'sig/peddler/apis/services_v1.rbs', line 1096
def members: () -> [ :availability, :errors, :warnings ]
|
#to_h ⇒ { availability: Peddler::APIs::ServicesV1::AvailabilityRecord?, errors: Array[Peddler::APIs::ServicesV1::Error]?, warnings: Array[Peddler::APIs::ServicesV1::Warning]? }
1097 |
# File 'sig/peddler/apis/services_v1.rbs', line 1097
def to_h: () -> { availability: Peddler::APIs::ServicesV1::AvailabilityRecord?, errors: Array[Peddler::APIs::ServicesV1::Error]?, warnings: Array[Peddler::APIs::ServicesV1::Warning]? }
|