Class: Peddler::APIs::ShippingV2::ExceptionOperatingHours
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::ExceptionOperatingHours
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#date_range ⇒ Peddler::APIs::ShippingV2::DateRange?
readonly
Returns the value of attribute date_range.
-
#operating_hours ⇒ Peddler::APIs::ShippingV2::OperatingHours?
readonly
Returns the value of attribute operating_hours.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :date_range, :operating_hours ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::ExceptionOperatingHours
Instance Method Summary collapse
-
#members ⇒ [ :date_range, :operating_hours ]
-
#to_h ⇒ { date_range: Peddler::APIs::ShippingV2::DateRange?, operating_hours: Peddler::APIs::ShippingV2::OperatingHours? }
Instance Attribute Details
#date_range ⇒ Peddler::APIs::ShippingV2::DateRange? (readonly)
Returns the value of attribute date_range.
659 660 661 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 659 def date_range @date_range end |
#operating_hours ⇒ Peddler::APIs::ShippingV2::OperatingHours? (readonly)
Returns the value of attribute operating_hours.
660 661 662 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 660 def @operating_hours end |
Class Method Details
.[](date_range:, operating_hours:) ⇒ Peddler::APIs::ShippingV2::ExceptionOperatingHours .[](arg0, arg1) ⇒ Peddler::APIs::ShippingV2::ExceptionOperatingHours
652 653 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 652
def self.[]: (?date_range: Peddler::APIs::ShippingV2::DateRange?, ?operating_hours: Peddler::APIs::ShippingV2::OperatingHours?) -> Peddler::APIs::ShippingV2::ExceptionOperatingHours
| (Peddler::APIs::ShippingV2::DateRange?, Peddler::APIs::ShippingV2::OperatingHours?) -> Peddler::APIs::ShippingV2::ExceptionOperatingHours
|
.members ⇒ [ :date_range, :operating_hours ]
655 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 655
def self.members: () -> [ :date_range, :operating_hours ]
|
.new(date_range:, operating_hours:) ⇒ Peddler::APIs::ShippingV2::ExceptionOperatingHours .new(arg0, arg1) ⇒ Peddler::APIs::ShippingV2::ExceptionOperatingHours
650 651 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 650
def self.new: (?date_range: Peddler::APIs::ShippingV2::DateRange?, ?operating_hours: Peddler::APIs::ShippingV2::OperatingHours?) -> Peddler::APIs::ShippingV2::ExceptionOperatingHours
| (Peddler::APIs::ShippingV2::DateRange?, Peddler::APIs::ShippingV2::OperatingHours?) -> Peddler::APIs::ShippingV2::ExceptionOperatingHours
|
.parse ⇒ Peddler::APIs::ShippingV2::ExceptionOperatingHours
657 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 657
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV2::ExceptionOperatingHours
|
Instance Method Details
#members ⇒ [ :date_range, :operating_hours ]
662 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 662
def members: () -> [ :date_range, :operating_hours ]
|
#to_h ⇒ { date_range: Peddler::APIs::ShippingV2::DateRange?, operating_hours: Peddler::APIs::ShippingV2::OperatingHours? }
663 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 663
def to_h: () -> { date_range: Peddler::APIs::ShippingV2::DateRange?, operating_hours: Peddler::APIs::ShippingV2::OperatingHours? }
|