Module: SchemaOrg::_OfferShippingDetails
- Included in:
- OfferShippingDetails
- Defined in:
- sig/schema_org.rbs
Instance Method Summary collapse
- #additional_type ⇒ String, ...
- #additional_type= ⇒ String, ...
- #alternate_name ⇒ String, ...
- #alternate_name= ⇒ String, ...
- #delivery_time ⇒ SchemaOrg::_ShippingDeliveryTime, ...
- #delivery_time= ⇒ SchemaOrg::_ShippingDeliveryTime, ...
- #depth ⇒ SchemaOrg::_Distance, ...
- #depth= ⇒ SchemaOrg::_Distance, ...
- #description ⇒ String, ...
- #description= ⇒ String, ...
- #disambiguating_description ⇒ String, ...
- #disambiguating_description= ⇒ String, ...
- #does_not_ship ⇒ bool, ...
- #does_not_ship= ⇒ bool, ...
- #has_shipping_service ⇒ SchemaOrg::_ShippingService, ...
- #has_shipping_service= ⇒ SchemaOrg::_ShippingService, ...
- #height ⇒ SchemaOrg::_Distance, ...
- #height= ⇒ SchemaOrg::_Distance, ...
- #identifier ⇒ SchemaOrg::_PropertyValue, ...
- #identifier= ⇒ SchemaOrg::_PropertyValue, ...
- #image ⇒ SchemaOrg::_ImageObject, ...
- #image= ⇒ SchemaOrg::_ImageObject, ...
- #main_entity_of_page ⇒ SchemaOrg::_CreativeWork, ...
- #main_entity_of_page= ⇒ SchemaOrg::_CreativeWork, ...
- #name ⇒ String, ...
- #name= ⇒ String, ...
- #owner ⇒ SchemaOrg::_Organization, ...
- #owner= ⇒ SchemaOrg::_Organization, ...
- #potential_action ⇒ SchemaOrg::_Action, ...
- #potential_action= ⇒ SchemaOrg::_Action, ...
- #same_as ⇒ String, ...
- #same_as= ⇒ String, ...
- #shipping_destination ⇒ SchemaOrg::_DefinedRegion, ...
- #shipping_destination= ⇒ SchemaOrg::_DefinedRegion, ...
- #shipping_label ⇒ String, ...
- #shipping_label= ⇒ String, ...
- #shipping_origin ⇒ SchemaOrg::_DefinedRegion, ...
- #shipping_origin= ⇒ SchemaOrg::_DefinedRegion, ...
- #shipping_rate ⇒ SchemaOrg::_MonetaryAmount, ...
- #shipping_rate= ⇒ SchemaOrg::_MonetaryAmount, ...
- #shipping_settings_link ⇒ String, ...
- #shipping_settings_link= ⇒ String, ...
- #subject_of ⇒ SchemaOrg::_CreativeWork, ...
- #subject_of= ⇒ SchemaOrg::_CreativeWork, ...
- #transit_time_label ⇒ String, ...
- #transit_time_label= ⇒ String, ...
- #url ⇒ String, ...
- #url= ⇒ String, ...
- #valid_for_member_tier ⇒ SchemaOrg::_MemberProgramTier, ...
- #valid_for_member_tier= ⇒ SchemaOrg::_MemberProgramTier, ...
- #weight ⇒ SchemaOrg::_Mass, ...
- #weight= ⇒ SchemaOrg::_Mass, ...
- #width ⇒ SchemaOrg::_Distance, ...
- #width= ⇒ SchemaOrg::_Distance, ...
Instance Method Details
#additional_type ⇒ String, ...
87275 |
# File 'sig/schema_org.rbs', line 87275
def additional_type: () -> (String | ::Array[String] | nil)
|
#additional_type= ⇒ String, ...
87276 |
# File 'sig/schema_org.rbs', line 87276
def additional_type=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#alternate_name ⇒ String, ...
87277 |
# File 'sig/schema_org.rbs', line 87277
def alternate_name: () -> (String | ::Array[String] | nil)
|
#alternate_name= ⇒ String, ...
87278 |
# File 'sig/schema_org.rbs', line 87278
def alternate_name=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#delivery_time ⇒ SchemaOrg::_ShippingDeliveryTime, ...
87279 |
# File 'sig/schema_org.rbs', line 87279
def delivery_time: () -> (SchemaOrg::_ShippingDeliveryTime | ::Array[SchemaOrg::_ShippingDeliveryTime] | nil)
|
#delivery_time= ⇒ SchemaOrg::_ShippingDeliveryTime, ...
87280 |
# File 'sig/schema_org.rbs', line 87280
def delivery_time=: ((SchemaOrg::_ShippingDeliveryTime | ::Array[SchemaOrg::_ShippingDeliveryTime] | nil)) -> (SchemaOrg::_ShippingDeliveryTime | ::Array[SchemaOrg::_ShippingDeliveryTime] | nil)
|
#depth ⇒ SchemaOrg::_Distance, ...
87281 |
# File 'sig/schema_org.rbs', line 87281
def depth: () -> (SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue | ::Array[SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue] | nil)
|
#depth= ⇒ SchemaOrg::_Distance, ...
87282 |
# File 'sig/schema_org.rbs', line 87282
def depth=: ((SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue | ::Array[SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue] | nil)) -> (SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue | ::Array[SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue] | nil)
|
#description ⇒ String, ...
87283 |
# File 'sig/schema_org.rbs', line 87283
def description: () -> (String | SchemaOrg::_TextObject | ::Array[String | SchemaOrg::_TextObject] | nil)
|
#description= ⇒ String, ...
87284 |
# File 'sig/schema_org.rbs', line 87284
def description=: ((String | SchemaOrg::_TextObject | ::Array[String | SchemaOrg::_TextObject] | nil)) -> (String | SchemaOrg::_TextObject | ::Array[String | SchemaOrg::_TextObject] | nil)
|
#disambiguating_description ⇒ String, ...
87285 |
# File 'sig/schema_org.rbs', line 87285
def disambiguating_description: () -> (String | ::Array[String] | nil)
|
#disambiguating_description= ⇒ String, ...
87286 |
# File 'sig/schema_org.rbs', line 87286
def disambiguating_description=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#does_not_ship ⇒ bool, ...
87287 |
# File 'sig/schema_org.rbs', line 87287
def does_not_ship: () -> (bool | ::Array[bool] | nil)
|
#does_not_ship= ⇒ bool, ...
87288 |
# File 'sig/schema_org.rbs', line 87288
def does_not_ship=: ((bool | ::Array[bool] | nil)) -> (bool | ::Array[bool] | nil)
|
#has_shipping_service ⇒ SchemaOrg::_ShippingService, ...
87289 |
# File 'sig/schema_org.rbs', line 87289
def has_shipping_service: () -> (SchemaOrg::_ShippingService | ::Array[SchemaOrg::_ShippingService] | nil)
|
#has_shipping_service= ⇒ SchemaOrg::_ShippingService, ...
87290 |
# File 'sig/schema_org.rbs', line 87290
def has_shipping_service=: ((SchemaOrg::_ShippingService | ::Array[SchemaOrg::_ShippingService] | nil)) -> (SchemaOrg::_ShippingService | ::Array[SchemaOrg::_ShippingService] | nil)
|
#height ⇒ SchemaOrg::_Distance, ...
87291 |
# File 'sig/schema_org.rbs', line 87291
def height: () -> (SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue | ::Array[SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue] | nil)
|
#height= ⇒ SchemaOrg::_Distance, ...
87292 |
# File 'sig/schema_org.rbs', line 87292
def height=: ((SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue | ::Array[SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue] | nil)) -> (SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue | ::Array[SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue] | nil)
|
#identifier ⇒ SchemaOrg::_PropertyValue, ...
87293 |
# File 'sig/schema_org.rbs', line 87293
def identifier: () -> (SchemaOrg::_PropertyValue | String | ::Array[SchemaOrg::_PropertyValue | String] | nil)
|
#identifier= ⇒ SchemaOrg::_PropertyValue, ...
87294 |
# File 'sig/schema_org.rbs', line 87294
def identifier=: ((SchemaOrg::_PropertyValue | String | ::Array[SchemaOrg::_PropertyValue | String] | nil)) -> (SchemaOrg::_PropertyValue | String | ::Array[SchemaOrg::_PropertyValue | String] | nil)
|
#image ⇒ SchemaOrg::_ImageObject, ...
87295 |
# File 'sig/schema_org.rbs', line 87295
def image: () -> (SchemaOrg::_ImageObject | String | ::Array[SchemaOrg::_ImageObject | String] | nil)
|
#image= ⇒ SchemaOrg::_ImageObject, ...
87296 |
# File 'sig/schema_org.rbs', line 87296
def image=: ((SchemaOrg::_ImageObject | String | ::Array[SchemaOrg::_ImageObject | String] | nil)) -> (SchemaOrg::_ImageObject | String | ::Array[SchemaOrg::_ImageObject | String] | nil)
|
#main_entity_of_page ⇒ SchemaOrg::_CreativeWork, ...
87297 |
# File 'sig/schema_org.rbs', line 87297
def main_entity_of_page: () -> (SchemaOrg::_CreativeWork | String | ::Array[SchemaOrg::_CreativeWork | String] | nil)
|
#main_entity_of_page= ⇒ SchemaOrg::_CreativeWork, ...
87298 |
# File 'sig/schema_org.rbs', line 87298
def main_entity_of_page=: ((SchemaOrg::_CreativeWork | String | ::Array[SchemaOrg::_CreativeWork | String] | nil)) -> (SchemaOrg::_CreativeWork | String | ::Array[SchemaOrg::_CreativeWork | String] | nil)
|
#name ⇒ String, ...
87299 |
# File 'sig/schema_org.rbs', line 87299
def name: () -> (String | ::Array[String] | nil)
|
#name= ⇒ String, ...
87300 |
# File 'sig/schema_org.rbs', line 87300
def name=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#owner ⇒ SchemaOrg::_Organization, ...
87301 |
# File 'sig/schema_org.rbs', line 87301
def owner: () -> (SchemaOrg::_Organization | SchemaOrg::_Person | ::Array[SchemaOrg::_Organization | SchemaOrg::_Person] | nil)
|
#owner= ⇒ SchemaOrg::_Organization, ...
87302 |
# File 'sig/schema_org.rbs', line 87302
def owner=: ((SchemaOrg::_Organization | SchemaOrg::_Person | ::Array[SchemaOrg::_Organization | SchemaOrg::_Person] | nil)) -> (SchemaOrg::_Organization | SchemaOrg::_Person | ::Array[SchemaOrg::_Organization | SchemaOrg::_Person] | nil)
|
#potential_action ⇒ SchemaOrg::_Action, ...
87303 |
# File 'sig/schema_org.rbs', line 87303
def potential_action: () -> (SchemaOrg::_Action | ::Array[SchemaOrg::_Action] | nil)
|
#potential_action= ⇒ SchemaOrg::_Action, ...
87304 |
# File 'sig/schema_org.rbs', line 87304
def potential_action=: ((SchemaOrg::_Action | ::Array[SchemaOrg::_Action] | nil)) -> (SchemaOrg::_Action | ::Array[SchemaOrg::_Action] | nil)
|
#same_as ⇒ String, ...
87305 |
# File 'sig/schema_org.rbs', line 87305
def same_as: () -> (String | ::Array[String] | nil)
|
#same_as= ⇒ String, ...
87306 |
# File 'sig/schema_org.rbs', line 87306
def same_as=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#shipping_destination ⇒ SchemaOrg::_DefinedRegion, ...
87307 |
# File 'sig/schema_org.rbs', line 87307
def shipping_destination: () -> (SchemaOrg::_DefinedRegion | ::Array[SchemaOrg::_DefinedRegion] | nil)
|
#shipping_destination= ⇒ SchemaOrg::_DefinedRegion, ...
87308 |
# File 'sig/schema_org.rbs', line 87308
def shipping_destination=: ((SchemaOrg::_DefinedRegion | ::Array[SchemaOrg::_DefinedRegion] | nil)) -> (SchemaOrg::_DefinedRegion | ::Array[SchemaOrg::_DefinedRegion] | nil)
|
#shipping_label ⇒ String, ...
87309 |
# File 'sig/schema_org.rbs', line 87309
def shipping_label: () -> (String | ::Array[String] | nil)
|
#shipping_label= ⇒ String, ...
87310 |
# File 'sig/schema_org.rbs', line 87310
def shipping_label=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#shipping_origin ⇒ SchemaOrg::_DefinedRegion, ...
87311 |
# File 'sig/schema_org.rbs', line 87311
def shipping_origin: () -> (SchemaOrg::_DefinedRegion | ::Array[SchemaOrg::_DefinedRegion] | nil)
|
#shipping_origin= ⇒ SchemaOrg::_DefinedRegion, ...
87312 |
# File 'sig/schema_org.rbs', line 87312
def shipping_origin=: ((SchemaOrg::_DefinedRegion | ::Array[SchemaOrg::_DefinedRegion] | nil)) -> (SchemaOrg::_DefinedRegion | ::Array[SchemaOrg::_DefinedRegion] | nil)
|
#shipping_rate ⇒ SchemaOrg::_MonetaryAmount, ...
87313 |
# File 'sig/schema_org.rbs', line 87313
def shipping_rate: () -> (SchemaOrg::_MonetaryAmount | SchemaOrg::_ShippingRateSettings | ::Array[SchemaOrg::_MonetaryAmount | SchemaOrg::_ShippingRateSettings] | nil)
|
#shipping_rate= ⇒ SchemaOrg::_MonetaryAmount, ...
87314 |
# File 'sig/schema_org.rbs', line 87314
def shipping_rate=: ((SchemaOrg::_MonetaryAmount | SchemaOrg::_ShippingRateSettings | ::Array[SchemaOrg::_MonetaryAmount | SchemaOrg::_ShippingRateSettings] | nil)) -> (SchemaOrg::_MonetaryAmount | SchemaOrg::_ShippingRateSettings | ::Array[SchemaOrg::_MonetaryAmount | SchemaOrg::_ShippingRateSettings] | nil)
|
#shipping_settings_link ⇒ String, ...
87315 |
# File 'sig/schema_org.rbs', line 87315
def shipping_settings_link: () -> (String | ::Array[String] | nil)
|
#shipping_settings_link= ⇒ String, ...
87316 |
# File 'sig/schema_org.rbs', line 87316
def shipping_settings_link=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#subject_of ⇒ SchemaOrg::_CreativeWork, ...
87317 |
# File 'sig/schema_org.rbs', line 87317
def subject_of: () -> (SchemaOrg::_CreativeWork | SchemaOrg::_Event | ::Array[SchemaOrg::_CreativeWork | SchemaOrg::_Event] | nil)
|
#subject_of= ⇒ SchemaOrg::_CreativeWork, ...
87318 |
# File 'sig/schema_org.rbs', line 87318
def subject_of=: ((SchemaOrg::_CreativeWork | SchemaOrg::_Event | ::Array[SchemaOrg::_CreativeWork | SchemaOrg::_Event] | nil)) -> (SchemaOrg::_CreativeWork | SchemaOrg::_Event | ::Array[SchemaOrg::_CreativeWork | SchemaOrg::_Event] | nil)
|
#transit_time_label ⇒ String, ...
87319 |
# File 'sig/schema_org.rbs', line 87319
def transit_time_label: () -> (String | ::Array[String] | nil)
|
#transit_time_label= ⇒ String, ...
87320 |
# File 'sig/schema_org.rbs', line 87320
def transit_time_label=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#url ⇒ String, ...
87321 |
# File 'sig/schema_org.rbs', line 87321
def url: () -> (String | ::Array[String] | nil)
|
#url= ⇒ String, ...
87322 |
# File 'sig/schema_org.rbs', line 87322
def url=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#valid_for_member_tier ⇒ SchemaOrg::_MemberProgramTier, ...
87323 |
# File 'sig/schema_org.rbs', line 87323
def valid_for_member_tier: () -> (SchemaOrg::_MemberProgramTier | ::Array[SchemaOrg::_MemberProgramTier] | nil)
|
#valid_for_member_tier= ⇒ SchemaOrg::_MemberProgramTier, ...
87324 |
# File 'sig/schema_org.rbs', line 87324
def valid_for_member_tier=: ((SchemaOrg::_MemberProgramTier | ::Array[SchemaOrg::_MemberProgramTier] | nil)) -> (SchemaOrg::_MemberProgramTier | ::Array[SchemaOrg::_MemberProgramTier] | nil)
|
#weight ⇒ SchemaOrg::_Mass, ...
87325 |
# File 'sig/schema_org.rbs', line 87325
def weight: () -> (SchemaOrg::_Mass | SchemaOrg::_QuantitativeValue | ::Array[SchemaOrg::_Mass | SchemaOrg::_QuantitativeValue] | nil)
|
#weight= ⇒ SchemaOrg::_Mass, ...
87326 |
# File 'sig/schema_org.rbs', line 87326
def weight=: ((SchemaOrg::_Mass | SchemaOrg::_QuantitativeValue | ::Array[SchemaOrg::_Mass | SchemaOrg::_QuantitativeValue] | nil)) -> (SchemaOrg::_Mass | SchemaOrg::_QuantitativeValue | ::Array[SchemaOrg::_Mass | SchemaOrg::_QuantitativeValue] | nil)
|
#width ⇒ SchemaOrg::_Distance, ...
87327 |
# File 'sig/schema_org.rbs', line 87327
def width: () -> (SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue | ::Array[SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue] | nil)
|
#width= ⇒ SchemaOrg::_Distance, ...
87328 |
# File 'sig/schema_org.rbs', line 87328
def width=: ((SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue | ::Array[SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue] | nil)) -> (SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue | ::Array[SchemaOrg::_Distance | SchemaOrg::_QuantitativeValue] | nil)
|