Class: Peddler::APIs::ShippingV2::AccessPoint
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::AccessPoint
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#access_point_id ⇒ String?
readonly
Returns the value of attribute access_point_id.
-
#accessibility_attributes ⇒ Peddler::APIs::ShippingV2::AccessibilityAttributes?
readonly
Returns the value of attribute accessibility_attributes.
-
#address ⇒ Peddler::APIs::ShippingV2::Address?
readonly
Returns the value of attribute address.
-
#assistance_type ⇒ String?
readonly
Returns the value of attribute assistance_type.
-
#exception_operating_hours ⇒ Array[Peddler::APIs::ShippingV2::ExceptionOperatingHours]?
readonly
Returns the value of attribute exception_operating_hours.
-
#name ⇒ String?
readonly
Returns the value of attribute name.
-
#score ⇒ String?
readonly
Returns the value of attribute score.
-
#standard_operating_hours ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute standard_operating_hours.
-
#timezone ⇒ String?
readonly
Returns the value of attribute timezone.
-
#type ⇒ String?
readonly
Returns the value of attribute type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :access_point_id, :accessibility_attributes, :address, :assistance_type, :exception_operating_hours, :name, :score, :standard_operating_hours, :timezone, :type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::AccessPoint
Instance Method Summary collapse
-
#members ⇒ [ :access_point_id, :accessibility_attributes, :address, :assistance_type, :exception_operating_hours, :name, :score, :standard_operating_hours, :timezone, :type ]
-
#to_h ⇒ { access_point_id: String?, accessibility_attributes: Peddler::APIs::ShippingV2::AccessibilityAttributes?, address: Peddler::APIs::ShippingV2::Address?, assistance_type: String?, exception_operating_hours: Array[Peddler::APIs::ShippingV2::ExceptionOperatingHours]?, name: String?, score: String?, standard_operating_hours: Hash[untyped, untyped]?, timezone: String?, type: String? }
Instance Attribute Details
#access_point_id ⇒ String? (readonly)
Returns the value of attribute access_point_id.
14 15 16 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 14 def access_point_id @access_point_id end |
#accessibility_attributes ⇒ Peddler::APIs::ShippingV2::AccessibilityAttributes? (readonly)
Returns the value of attribute accessibility_attributes.
15 16 17 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 15 def accessibility_attributes @accessibility_attributes end |
#address ⇒ Peddler::APIs::ShippingV2::Address? (readonly)
Returns the value of attribute address.
16 17 18 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 16 def address @address end |
#assistance_type ⇒ String? (readonly)
Returns the value of attribute assistance_type.
17 18 19 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 17 def assistance_type @assistance_type end |
#exception_operating_hours ⇒ Array[Peddler::APIs::ShippingV2::ExceptionOperatingHours]? (readonly)
Returns the value of attribute exception_operating_hours.
18 19 20 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 18 def @exception_operating_hours end |
#name ⇒ String? (readonly)
Returns the value of attribute name.
19 20 21 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 19 def name @name end |
#score ⇒ String? (readonly)
Returns the value of attribute score.
20 21 22 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 20 def score @score end |
#standard_operating_hours ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute standard_operating_hours.
21 22 23 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 21 def @standard_operating_hours end |
#timezone ⇒ String? (readonly)
Returns the value of attribute timezone.
22 23 24 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 22 def timezone @timezone end |
#type ⇒ String? (readonly)
Returns the value of attribute type.
23 24 25 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 23 def type @type end |
Class Method Details
.[](access_point_id:, accessibility_attributes:, address:, assistance_type:, exception_operating_hours:, name:, score:, standard_operating_hours:, timezone:, type:) ⇒ Peddler::APIs::ShippingV2::AccessPoint .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::APIs::ShippingV2::AccessPoint
7 8 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 7
def self.[]: (?access_point_id: String?, ?accessibility_attributes: Peddler::APIs::ShippingV2::AccessibilityAttributes?, ?address: Peddler::APIs::ShippingV2::Address?, ?assistance_type: String?, ?exception_operating_hours: Array[Peddler::APIs::ShippingV2::ExceptionOperatingHours]?, ?name: String?, ?score: String?, ?standard_operating_hours: Hash[untyped, untyped]?, ?timezone: String?, ?type: String?) -> Peddler::APIs::ShippingV2::AccessPoint
| (String?, Peddler::APIs::ShippingV2::AccessibilityAttributes?, Peddler::APIs::ShippingV2::Address?, String?, Array[Peddler::APIs::ShippingV2::ExceptionOperatingHours]?, String?, String?, Hash[untyped, untyped]?, String?, String?) -> Peddler::APIs::ShippingV2::AccessPoint
|
.members ⇒ [ :access_point_id, :accessibility_attributes, :address, :assistance_type, :exception_operating_hours, :name, :score, :standard_operating_hours, :timezone, :type ]
10 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 10
def self.members: () -> [ :access_point_id, :accessibility_attributes, :address, :assistance_type, :exception_operating_hours, :name, :score, :standard_operating_hours, :timezone, :type ]
|
.new(access_point_id:, accessibility_attributes:, address:, assistance_type:, exception_operating_hours:, name:, score:, standard_operating_hours:, timezone:, type:) ⇒ Peddler::APIs::ShippingV2::AccessPoint .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::APIs::ShippingV2::AccessPoint
5 6 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 5
def self.new: (?access_point_id: String?, ?accessibility_attributes: Peddler::APIs::ShippingV2::AccessibilityAttributes?, ?address: Peddler::APIs::ShippingV2::Address?, ?assistance_type: String?, ?exception_operating_hours: Array[Peddler::APIs::ShippingV2::ExceptionOperatingHours]?, ?name: String?, ?score: String?, ?standard_operating_hours: Hash[untyped, untyped]?, ?timezone: String?, ?type: String?) -> Peddler::APIs::ShippingV2::AccessPoint
| (String?, Peddler::APIs::ShippingV2::AccessibilityAttributes?, Peddler::APIs::ShippingV2::Address?, String?, Array[Peddler::APIs::ShippingV2::ExceptionOperatingHours]?, String?, String?, Hash[untyped, untyped]?, String?, String?) -> Peddler::APIs::ShippingV2::AccessPoint
|
.parse ⇒ Peddler::APIs::ShippingV2::AccessPoint
12 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV2::AccessPoint
|
Instance Method Details
#members ⇒ [ :access_point_id, :accessibility_attributes, :address, :assistance_type, :exception_operating_hours, :name, :score, :standard_operating_hours, :timezone, :type ]
25 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 25
def members: () -> [ :access_point_id, :accessibility_attributes, :address, :assistance_type, :exception_operating_hours, :name, :score, :standard_operating_hours, :timezone, :type ]
|
#to_h ⇒ { access_point_id: String?, accessibility_attributes: Peddler::APIs::ShippingV2::AccessibilityAttributes?, address: Peddler::APIs::ShippingV2::Address?, assistance_type: String?, exception_operating_hours: Array[Peddler::APIs::ShippingV2::ExceptionOperatingHours]?, name: String?, score: String?, standard_operating_hours: Hash[untyped, untyped]?, timezone: String?, type: String? }
26 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 26
def to_h: () -> { access_point_id: String?, accessibility_attributes: Peddler::APIs::ShippingV2::AccessibilityAttributes?, address: Peddler::APIs::ShippingV2::Address?, assistance_type: String?, exception_operating_hours: Array[Peddler::APIs::ShippingV2::ExceptionOperatingHours]?, name: String?, score: String?, standard_operating_hours: Hash[untyped, untyped]?, timezone: String?, type: String? }
|