Class: Peddler::APIs::ProductPricingV0::DetailedShippingTimeType
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricingV0::DetailedShippingTimeType
- Defined in:
- sig/peddler/apis/product_pricing_v0.rbs
Instance Attribute Summary collapse
-
#availability_type ⇒ String?
readonly
Returns the value of attribute availability_type.
-
#available_date ⇒ String?
readonly
Returns the value of attribute available_date.
-
#maximum_hours ⇒ Integer?
readonly
Returns the value of attribute maximum_hours.
-
#minimum_hours ⇒ Integer?
readonly
Returns the value of attribute minimum_hours.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :availability_type, :available_date, :maximum_hours, :minimum_hours ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricingV0::DetailedShippingTimeType
Instance Method Summary collapse
-
#members ⇒ [ :availability_type, :available_date, :maximum_hours, :minimum_hours ]
-
#to_h ⇒ { availability_type: String?, available_date: String?, maximum_hours: Integer?, minimum_hours: Integer? }
Instance Attribute Details
#availability_type ⇒ String? (readonly)
Returns the value of attribute availability_type.
168 169 170 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 168 def availability_type @availability_type end |
#available_date ⇒ String? (readonly)
Returns the value of attribute available_date.
169 170 171 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 169 def available_date @available_date end |
#maximum_hours ⇒ Integer? (readonly)
Returns the value of attribute maximum_hours.
170 171 172 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 170 def maximum_hours @maximum_hours end |
#minimum_hours ⇒ Integer? (readonly)
Returns the value of attribute minimum_hours.
171 172 173 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 171 def minimum_hours @minimum_hours end |
Class Method Details
.[](availability_type:, available_date:, maximum_hours:, minimum_hours:) ⇒ Peddler::APIs::ProductPricingV0::DetailedShippingTimeType .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductPricingV0::DetailedShippingTimeType
161 162 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 161
def self.[]: (?availability_type: String?, ?available_date: String?, ?maximum_hours: Integer?, ?minimum_hours: Integer?) -> Peddler::APIs::ProductPricingV0::DetailedShippingTimeType
| (String?, String?, Integer?, Integer?) -> Peddler::APIs::ProductPricingV0::DetailedShippingTimeType
|
.members ⇒ [ :availability_type, :available_date, :maximum_hours, :minimum_hours ]
164 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 164
def self.members: () -> [ :availability_type, :available_date, :maximum_hours, :minimum_hours ]
|
.new(availability_type:, available_date:, maximum_hours:, minimum_hours:) ⇒ Peddler::APIs::ProductPricingV0::DetailedShippingTimeType .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductPricingV0::DetailedShippingTimeType
159 160 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 159
def self.new: (?availability_type: String?, ?available_date: String?, ?maximum_hours: Integer?, ?minimum_hours: Integer?) -> Peddler::APIs::ProductPricingV0::DetailedShippingTimeType
| (String?, String?, Integer?, Integer?) -> Peddler::APIs::ProductPricingV0::DetailedShippingTimeType
|
.parse ⇒ Peddler::APIs::ProductPricingV0::DetailedShippingTimeType
166 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 166
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricingV0::DetailedShippingTimeType
|
Instance Method Details
#members ⇒ [ :availability_type, :available_date, :maximum_hours, :minimum_hours ]
173 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 173
def members: () -> [ :availability_type, :available_date, :maximum_hours, :minimum_hours ]
|
#to_h ⇒ { availability_type: String?, available_date: String?, maximum_hours: Integer?, minimum_hours: Integer? }
174 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 174
def to_h: () -> { availability_type: String?, available_date: String?, maximum_hours: Integer?, minimum_hours: Integer? }
|