Module: SchemaOrg::_OwnershipInfo
- Included in:
- OwnershipInfo
- Defined in:
- sig/schema_org.rbs
Instance Method Summary collapse
- #acquired_from ⇒ SchemaOrg::_Organization, ...
- #acquired_from= ⇒ SchemaOrg::_Organization, ...
- #additional_type ⇒ String, ...
- #additional_type= ⇒ String, ...
- #alternate_name ⇒ String, ...
- #alternate_name= ⇒ String, ...
- #description ⇒ String, ...
- #description= ⇒ String, ...
- #disambiguating_description ⇒ String, ...
- #disambiguating_description= ⇒ String, ...
- #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, ...
- #owned_from ⇒ ::DateTime, ...
- #owned_from= ⇒ ::DateTime, ...
- #owned_through ⇒ ::DateTime, ...
- #owned_through= ⇒ ::DateTime, ...
- #owner ⇒ SchemaOrg::_Organization, ...
- #owner= ⇒ SchemaOrg::_Organization, ...
- #potential_action ⇒ SchemaOrg::_Action, ...
- #potential_action= ⇒ SchemaOrg::_Action, ...
- #same_as ⇒ String, ...
- #same_as= ⇒ String, ...
- #subject_of ⇒ SchemaOrg::_CreativeWork, ...
- #subject_of= ⇒ SchemaOrg::_CreativeWork, ...
- #type_of_good ⇒ SchemaOrg::_Product, ...
- #type_of_good= ⇒ SchemaOrg::_Product, ...
- #url ⇒ String, ...
- #url= ⇒ String, ...
Instance Method Details
#acquired_from ⇒ SchemaOrg::_Organization, ...
90092 |
# File 'sig/schema_org.rbs', line 90092
def acquired_from: () -> (SchemaOrg::_Organization | SchemaOrg::_Person | ::Array[SchemaOrg::_Organization | SchemaOrg::_Person] | nil)
|
#acquired_from= ⇒ SchemaOrg::_Organization, ...
90093 |
# File 'sig/schema_org.rbs', line 90093
def acquired_from=: ((SchemaOrg::_Organization | SchemaOrg::_Person | ::Array[SchemaOrg::_Organization | SchemaOrg::_Person] | nil)) -> (SchemaOrg::_Organization | SchemaOrg::_Person | ::Array[SchemaOrg::_Organization | SchemaOrg::_Person] | nil)
|
#additional_type ⇒ String, ...
90094 |
# File 'sig/schema_org.rbs', line 90094
def additional_type: () -> (String | ::Array[String] | nil)
|
#additional_type= ⇒ String, ...
90095 |
# File 'sig/schema_org.rbs', line 90095
def additional_type=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#alternate_name ⇒ String, ...
90096 |
# File 'sig/schema_org.rbs', line 90096
def alternate_name: () -> (String | ::Array[String] | nil)
|
#alternate_name= ⇒ String, ...
90097 |
# File 'sig/schema_org.rbs', line 90097
def alternate_name=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#description ⇒ String, ...
90098 |
# File 'sig/schema_org.rbs', line 90098
def description: () -> (String | SchemaOrg::_TextObject | ::Array[String | SchemaOrg::_TextObject] | nil)
|
#description= ⇒ String, ...
90099 |
# File 'sig/schema_org.rbs', line 90099
def description=: ((String | SchemaOrg::_TextObject | ::Array[String | SchemaOrg::_TextObject] | nil)) -> (String | SchemaOrg::_TextObject | ::Array[String | SchemaOrg::_TextObject] | nil)
|
#disambiguating_description ⇒ String, ...
90100 |
# File 'sig/schema_org.rbs', line 90100
def disambiguating_description: () -> (String | ::Array[String] | nil)
|
#disambiguating_description= ⇒ String, ...
90101 |
# File 'sig/schema_org.rbs', line 90101
def disambiguating_description=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#identifier ⇒ SchemaOrg::_PropertyValue, ...
90102 |
# File 'sig/schema_org.rbs', line 90102
def identifier: () -> (SchemaOrg::_PropertyValue | String | ::Array[SchemaOrg::_PropertyValue | String] | nil)
|
#identifier= ⇒ SchemaOrg::_PropertyValue, ...
90103 |
# File 'sig/schema_org.rbs', line 90103
def identifier=: ((SchemaOrg::_PropertyValue | String | ::Array[SchemaOrg::_PropertyValue | String] | nil)) -> (SchemaOrg::_PropertyValue | String | ::Array[SchemaOrg::_PropertyValue | String] | nil)
|
#image ⇒ SchemaOrg::_ImageObject, ...
90104 |
# File 'sig/schema_org.rbs', line 90104
def image: () -> (SchemaOrg::_ImageObject | String | ::Array[SchemaOrg::_ImageObject | String] | nil)
|
#image= ⇒ SchemaOrg::_ImageObject, ...
90105 |
# File 'sig/schema_org.rbs', line 90105
def image=: ((SchemaOrg::_ImageObject | String | ::Array[SchemaOrg::_ImageObject | String] | nil)) -> (SchemaOrg::_ImageObject | String | ::Array[SchemaOrg::_ImageObject | String] | nil)
|
#main_entity_of_page ⇒ SchemaOrg::_CreativeWork, ...
90106 |
# File 'sig/schema_org.rbs', line 90106
def main_entity_of_page: () -> (SchemaOrg::_CreativeWork | String | ::Array[SchemaOrg::_CreativeWork | String] | nil)
|
#main_entity_of_page= ⇒ SchemaOrg::_CreativeWork, ...
90107 |
# File 'sig/schema_org.rbs', line 90107
def main_entity_of_page=: ((SchemaOrg::_CreativeWork | String | ::Array[SchemaOrg::_CreativeWork | String] | nil)) -> (SchemaOrg::_CreativeWork | String | ::Array[SchemaOrg::_CreativeWork | String] | nil)
|
#name ⇒ String, ...
90108 |
# File 'sig/schema_org.rbs', line 90108
def name: () -> (String | ::Array[String] | nil)
|
#name= ⇒ String, ...
90109 |
# File 'sig/schema_org.rbs', line 90109
def name=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#owned_from ⇒ ::DateTime, ...
90110 |
# File 'sig/schema_org.rbs', line 90110
def owned_from: () -> (::DateTime | ::Time | ::Array[::DateTime | ::Time] | nil)
|
#owned_from= ⇒ ::DateTime, ...
90111 |
# File 'sig/schema_org.rbs', line 90111
def owned_from=: ((::DateTime | ::Time | ::Array[::DateTime | ::Time] | nil)) -> (::DateTime | ::Time | ::Array[::DateTime | ::Time] | nil)
|
#owned_through ⇒ ::DateTime, ...
90112 |
# File 'sig/schema_org.rbs', line 90112
def owned_through: () -> (::DateTime | ::Time | ::Array[::DateTime | ::Time] | nil)
|
#owned_through= ⇒ ::DateTime, ...
90113 |
# File 'sig/schema_org.rbs', line 90113
def owned_through=: ((::DateTime | ::Time | ::Array[::DateTime | ::Time] | nil)) -> (::DateTime | ::Time | ::Array[::DateTime | ::Time] | nil)
|
#owner ⇒ SchemaOrg::_Organization, ...
90114 |
# File 'sig/schema_org.rbs', line 90114
def owner: () -> (SchemaOrg::_Organization | SchemaOrg::_Person | ::Array[SchemaOrg::_Organization | SchemaOrg::_Person] | nil)
|
#owner= ⇒ SchemaOrg::_Organization, ...
90115 |
# File 'sig/schema_org.rbs', line 90115
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, ...
90116 |
# File 'sig/schema_org.rbs', line 90116
def potential_action: () -> (SchemaOrg::_Action | ::Array[SchemaOrg::_Action] | nil)
|
#potential_action= ⇒ SchemaOrg::_Action, ...
90117 |
# File 'sig/schema_org.rbs', line 90117
def potential_action=: ((SchemaOrg::_Action | ::Array[SchemaOrg::_Action] | nil)) -> (SchemaOrg::_Action | ::Array[SchemaOrg::_Action] | nil)
|
#same_as ⇒ String, ...
90118 |
# File 'sig/schema_org.rbs', line 90118
def same_as: () -> (String | ::Array[String] | nil)
|
#same_as= ⇒ String, ...
90119 |
# File 'sig/schema_org.rbs', line 90119
def same_as=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|
#subject_of ⇒ SchemaOrg::_CreativeWork, ...
90120 |
# File 'sig/schema_org.rbs', line 90120
def subject_of: () -> (SchemaOrg::_CreativeWork | SchemaOrg::_Event | ::Array[SchemaOrg::_CreativeWork | SchemaOrg::_Event] | nil)
|
#subject_of= ⇒ SchemaOrg::_CreativeWork, ...
90121 |
# File 'sig/schema_org.rbs', line 90121
def subject_of=: ((SchemaOrg::_CreativeWork | SchemaOrg::_Event | ::Array[SchemaOrg::_CreativeWork | SchemaOrg::_Event] | nil)) -> (SchemaOrg::_CreativeWork | SchemaOrg::_Event | ::Array[SchemaOrg::_CreativeWork | SchemaOrg::_Event] | nil)
|
#type_of_good ⇒ SchemaOrg::_Product, ...
90122 |
# File 'sig/schema_org.rbs', line 90122
def type_of_good: () -> (SchemaOrg::_Product | SchemaOrg::_Service | ::Array[SchemaOrg::_Product | SchemaOrg::_Service] | nil)
|
#type_of_good= ⇒ SchemaOrg::_Product, ...
90123 |
# File 'sig/schema_org.rbs', line 90123
def type_of_good=: ((SchemaOrg::_Product | SchemaOrg::_Service | ::Array[SchemaOrg::_Product | SchemaOrg::_Service] | nil)) -> (SchemaOrg::_Product | SchemaOrg::_Service | ::Array[SchemaOrg::_Product | SchemaOrg::_Service] | nil)
|
#url ⇒ String, ...
90124 |
# File 'sig/schema_org.rbs', line 90124
def url: () -> (String | ::Array[String] | nil)
|
#url= ⇒ String, ...
90125 |
# File 'sig/schema_org.rbs', line 90125
def url=: ((String | ::Array[String] | nil)) -> (String | ::Array[String] | nil)
|