Class: Peddler::APIs::ShippingV2::AccessPoint

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/shipping_v2.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#access_point_idString? (readonly)

Returns the value of attribute access_point_id.

Returns:

  • (String, nil)


14
15
16
# File 'sig/peddler/apis/shipping_v2.rbs', line 14

def access_point_id
  @access_point_id
end

#accessibility_attributesPeddler::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

#addressPeddler::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_typeString? (readonly)

Returns the value of attribute assistance_type.

Returns:

  • (String, nil)


17
18
19
# File 'sig/peddler/apis/shipping_v2.rbs', line 17

def assistance_type
  @assistance_type
end

#exception_operating_hoursArray[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
  @exception_operating_hours
end

#nameString? (readonly)

Returns the value of attribute name.

Returns:

  • (String, nil)


19
20
21
# File 'sig/peddler/apis/shipping_v2.rbs', line 19

def name
  @name
end

#scoreString? (readonly)

Returns the value of attribute score.

Returns:

  • (String, nil)


20
21
22
# File 'sig/peddler/apis/shipping_v2.rbs', line 20

def score
  @score
end

#standard_operating_hoursHash[untyped, untyped]? (readonly)

Returns the value of attribute standard_operating_hours.

Returns:

  • (Hash[untyped, untyped], nil)


21
22
23
# File 'sig/peddler/apis/shipping_v2.rbs', line 21

def standard_operating_hours
  @standard_operating_hours
end

#timezoneString? (readonly)

Returns the value of attribute timezone.

Returns:

  • (String, nil)


22
23
24
# File 'sig/peddler/apis/shipping_v2.rbs', line 22

def timezone
  @timezone
end

#typeString? (readonly)

Returns the value of attribute type.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::ShippingV2::AccessPoint

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:



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? }