Module: SchemaOrg::_HowToSupply
- Included in:
- HowToSupply
- Defined in:
- sig/schema_org.rbs
Instance Method Summary collapse
- #additional_type ⇒ String, ...
- #additional_type= ⇒ String, ...
- #alternate_name ⇒ String, ...
- #alternate_name= ⇒ String, ...
- #description ⇒ String, ...
- #description= ⇒ String, ...
- #disambiguating_description ⇒ String, ...
- #disambiguating_description= ⇒ String, ...
- #estimated_cost ⇒ SchemaOrg::_MonetaryAmount, ...
- #estimated_cost= ⇒ SchemaOrg::_MonetaryAmount, ...
- #identifier ⇒ SchemaOrg::_PropertyValue, ...
- #identifier= ⇒ SchemaOrg::_PropertyValue, ...
- #image ⇒ SchemaOrg::_ImageObject, ...
- #image= ⇒ SchemaOrg::_ImageObject, ...
- #item ⇒ SchemaOrg::_Thing, ...
- #item= ⇒ SchemaOrg::_Thing, ...
- #main_entity_of_page ⇒ SchemaOrg::_CreativeWork, ...
- #main_entity_of_page= ⇒ SchemaOrg::_CreativeWork, ...
- #name ⇒ String, ...
- #name= ⇒ String, ...
- #next_item ⇒ SchemaOrg::_ListItem, ...
- #next_item= ⇒ SchemaOrg::_ListItem, ...
- #owner ⇒ SchemaOrg::_Organization, ...
- #owner= ⇒ SchemaOrg::_Organization, ...
- #position ⇒ Integer, ...
- #position= ⇒ Integer, ...
- #potential_action ⇒ SchemaOrg::_Action, ...
- #potential_action= ⇒ SchemaOrg::_Action, ...
- #previous_item ⇒ SchemaOrg::_ListItem, ...
- #previous_item= ⇒ SchemaOrg::_ListItem, ...
- #required_quantity ⇒ Numeric, ...
- #required_quantity= ⇒ Numeric, ...
- #same_as ⇒ String, ...
- #same_as= ⇒ String, ...
- #subject_of ⇒ SchemaOrg::_CreativeWork, ...
- #subject_of= ⇒ SchemaOrg::_CreativeWork, ...
- #url ⇒ String, ...
- #url= ⇒ String, ...
Instance Method Details
#additional_type ⇒ String, ...
58849 |
# File 'sig/schema_org.rbs', line 58849
def additional_type: () -> (String | ::Array[String] | nil)
|
#additional_type= ⇒ String, ...
58850 |
# File 'sig/schema_org.rbs', line 58850
def additional_type=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#alternate_name ⇒ String, ...
58851 |
# File 'sig/schema_org.rbs', line 58851
def alternate_name: () -> (String | ::Array[String] | nil)
|
#alternate_name= ⇒ String, ...
58852 |
# File 'sig/schema_org.rbs', line 58852
def alternate_name=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#description ⇒ String, ...
58853 |
# File 'sig/schema_org.rbs', line 58853
def description: () -> (String | SchemaOrg::_TextObject | ::Array[String | SchemaOrg::_TextObject] | nil)
|
#description= ⇒ String, ...
58854 |
# File 'sig/schema_org.rbs', line 58854
def description=: ((String | SchemaOrg::_TextObject | ::Array[String | SchemaOrg::_TextObject] | nil)) -> (String | SchemaOrg::_TextObject | ::Array[String | SchemaOrg::_TextObject] | nil)
|
#disambiguating_description ⇒ String, ...
58855 |
# File 'sig/schema_org.rbs', line 58855
def disambiguating_description: () -> (String | ::Array[String] | nil)
|
#disambiguating_description= ⇒ String, ...
58856 |
# File 'sig/schema_org.rbs', line 58856
def disambiguating_description=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#estimated_cost ⇒ SchemaOrg::_MonetaryAmount, ...
58857 |
# File 'sig/schema_org.rbs', line 58857
def estimated_cost: () -> (SchemaOrg::_MonetaryAmount | String | ::Array[SchemaOrg::_MonetaryAmount | String] | nil)
|
#estimated_cost= ⇒ SchemaOrg::_MonetaryAmount, ...
58858 |
# File 'sig/schema_org.rbs', line 58858
def estimated_cost=: ((SchemaOrg::_MonetaryAmount | String | ::Array[SchemaOrg::_MonetaryAmount | String] | nil)) -> (SchemaOrg::_MonetaryAmount | String | ::Array[SchemaOrg::_MonetaryAmount | String] | nil)
|
#identifier ⇒ SchemaOrg::_PropertyValue, ...
58859 |
# File 'sig/schema_org.rbs', line 58859
def identifier: () -> (SchemaOrg::_PropertyValue | String | ::Array[SchemaOrg::_PropertyValue | String] | nil)
|
#identifier= ⇒ SchemaOrg::_PropertyValue, ...
58860 |
# File 'sig/schema_org.rbs', line 58860
def identifier=: ((SchemaOrg::_PropertyValue | String | ::Array[SchemaOrg::_PropertyValue | String] | nil)) -> (SchemaOrg::_PropertyValue | String | ::Array[SchemaOrg::_PropertyValue | String] | nil)
|
#image ⇒ SchemaOrg::_ImageObject, ...
58861 |
# File 'sig/schema_org.rbs', line 58861
def image: () -> (SchemaOrg::_ImageObject | String | ::Array[SchemaOrg::_ImageObject | String] | nil)
|
#image= ⇒ SchemaOrg::_ImageObject, ...
58862 |
# File 'sig/schema_org.rbs', line 58862
def image=: ((SchemaOrg::_ImageObject | String | ::Array[SchemaOrg::_ImageObject | String] | nil)) -> (SchemaOrg::_ImageObject | String | ::Array[SchemaOrg::_ImageObject | String] | nil)
|
#item ⇒ SchemaOrg::_Thing, ...
58863 |
# File 'sig/schema_org.rbs', line 58863
def item: () -> (SchemaOrg::_Thing | ::Array[SchemaOrg::_Thing] | nil)
|
#item= ⇒ SchemaOrg::_Thing, ...
58864 |
# File 'sig/schema_org.rbs', line 58864
def item=: ((SchemaOrg::_Thing | ::Array[SchemaOrg::_Thing] | nil)) -> (SchemaOrg::_Thing | ::Array[SchemaOrg::_Thing] | nil)
|
#main_entity_of_page ⇒ SchemaOrg::_CreativeWork, ...
58865 |
# File 'sig/schema_org.rbs', line 58865
def main_entity_of_page: () -> (SchemaOrg::_CreativeWork | String | ::Array[SchemaOrg::_CreativeWork | String] | nil)
|
#main_entity_of_page= ⇒ SchemaOrg::_CreativeWork, ...
58866 |
# File 'sig/schema_org.rbs', line 58866
def main_entity_of_page=: ((SchemaOrg::_CreativeWork | String | ::Array[SchemaOrg::_CreativeWork | String] | nil)) -> (SchemaOrg::_CreativeWork | String | ::Array[SchemaOrg::_CreativeWork | String] | nil)
|
#name ⇒ String, ...
58867 |
# File 'sig/schema_org.rbs', line 58867
def name: () -> (String | ::Array[String] | nil)
|
#name= ⇒ String, ...
58868 |
# File 'sig/schema_org.rbs', line 58868
def name=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#next_item ⇒ SchemaOrg::_ListItem, ...
58869 |
# File 'sig/schema_org.rbs', line 58869
def next_item: () -> (SchemaOrg::_ListItem | ::Array[SchemaOrg::_ListItem] | nil)
|
#next_item= ⇒ SchemaOrg::_ListItem, ...
58870 |
# File 'sig/schema_org.rbs', line 58870
def next_item=: ((SchemaOrg::_ListItem | ::Array[SchemaOrg::_ListItem] | nil)) -> (SchemaOrg::_ListItem | ::Array[SchemaOrg::_ListItem] | nil)
|
#owner ⇒ SchemaOrg::_Organization, ...
58871 |
# File 'sig/schema_org.rbs', line 58871
def owner: () -> (SchemaOrg::_Organization | SchemaOrg::_Person | ::Array[SchemaOrg::_Organization | SchemaOrg::_Person] | nil)
|
#owner= ⇒ SchemaOrg::_Organization, ...
58872 |
# File 'sig/schema_org.rbs', line 58872
def owner=: ((SchemaOrg::_Organization | SchemaOrg::_Person | ::Array[SchemaOrg::_Organization | SchemaOrg::_Person] | nil)) -> (SchemaOrg::_Organization | SchemaOrg::_Person | ::Array[SchemaOrg::_Organization | SchemaOrg::_Person] | nil)
|
#position ⇒ Integer, ...
58873 |
# File 'sig/schema_org.rbs', line 58873
def position: () -> (Integer | String | ::Array[Integer | String] | nil)
|
#position= ⇒ Integer, ...
58874 |
# File 'sig/schema_org.rbs', line 58874
def position=: ((Integer | String | ::Array[Integer | String] | nil)) -> (Integer | String | ::Array[Integer | String] | nil)
|
#potential_action ⇒ SchemaOrg::_Action, ...
58875 |
# File 'sig/schema_org.rbs', line 58875
def potential_action: () -> (SchemaOrg::_Action | ::Array[SchemaOrg::_Action] | nil)
|
#potential_action= ⇒ SchemaOrg::_Action, ...
58876 |
# File 'sig/schema_org.rbs', line 58876
def potential_action=: ((SchemaOrg::_Action | ::Array[SchemaOrg::_Action] | nil)) -> (SchemaOrg::_Action | ::Array[SchemaOrg::_Action] | nil)
|
#previous_item ⇒ SchemaOrg::_ListItem, ...
58877 |
# File 'sig/schema_org.rbs', line 58877
def previous_item: () -> (SchemaOrg::_ListItem | ::Array[SchemaOrg::_ListItem] | nil)
|
#previous_item= ⇒ SchemaOrg::_ListItem, ...
58878 |
# File 'sig/schema_org.rbs', line 58878
def previous_item=: ((SchemaOrg::_ListItem | ::Array[SchemaOrg::_ListItem] | nil)) -> (SchemaOrg::_ListItem | ::Array[SchemaOrg::_ListItem] | nil)
|
#required_quantity ⇒ Numeric, ...
58879 |
# File 'sig/schema_org.rbs', line 58879
def required_quantity: () -> (Numeric | SchemaOrg::_QuantitativeValue | String | ::Array[Numeric | SchemaOrg::_QuantitativeValue | String] | nil)
|
#required_quantity= ⇒ Numeric, ...
58880 |
# File 'sig/schema_org.rbs', line 58880
def required_quantity=: ((Numeric | SchemaOrg::_QuantitativeValue | String | ::Array[Numeric | SchemaOrg::_QuantitativeValue | String] | nil)) -> (Numeric | SchemaOrg::_QuantitativeValue | String | ::Array[Numeric | SchemaOrg::_QuantitativeValue | String] | nil)
|
#same_as ⇒ String, ...
58881 |
# File 'sig/schema_org.rbs', line 58881
def same_as: () -> (String | ::Array[String] | nil)
|
#same_as= ⇒ String, ...
58882 |
# File 'sig/schema_org.rbs', line 58882
def same_as=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#subject_of ⇒ SchemaOrg::_CreativeWork, ...
58883 |
# File 'sig/schema_org.rbs', line 58883
def subject_of: () -> (SchemaOrg::_CreativeWork | SchemaOrg::_Event | ::Array[SchemaOrg::_CreativeWork | SchemaOrg::_Event] | nil)
|
#subject_of= ⇒ SchemaOrg::_CreativeWork, ...
58884 |
# File 'sig/schema_org.rbs', line 58884
def subject_of=: ((SchemaOrg::_CreativeWork | SchemaOrg::_Event | ::Array[SchemaOrg::_CreativeWork | SchemaOrg::_Event] | nil)) -> (SchemaOrg::_CreativeWork | SchemaOrg::_Event | ::Array[SchemaOrg::_CreativeWork | SchemaOrg::_Event] | nil)
|
#url ⇒ String, ...
58885 |
# File 'sig/schema_org.rbs', line 58885
def url: () -> (String | ::Array[String] | nil)
|
#url= ⇒ String, ...
58886 |
# File 'sig/schema_org.rbs', line 58886
def url=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|