Class: OpenActive::Models::Schema::SpeakableSpecification
- Inherits:
-
Intangible
- Object
- BaseModel
- JsonLdModel
- Thing
- Intangible
- OpenActive::Models::Schema::SpeakableSpecification
- Defined in:
- lib/openactive/models/schema/speakable_specification.rb
Instance Attribute Summary collapse
- #css_selector ⇒ OpenActive::Models::Schema::CssSelectorType
- #type ⇒ String
- #xpath ⇒ OpenActive::Models::Schema::XPathType
Attributes inherited from Thing
#additional_type, #alternate_name, #description, #disambiguating_description, #identifier, #image, #main_entity_of_page, #name, #potential_action, #same_as, #subject_of, #url
Attributes inherited from JsonLdModel
Method Summary
Methods inherited from BaseModel
#assign_attributes, define_property, deserialize, #deserialize, deserialize_class, #initialize, #serialize, serialize, #set_property, #to_json
Methods included from Concerns::TypeChecker
Methods included from Concerns::JsonLdSerializable
Constructor Details
This class inherits a constructor from OpenActive::BaseModel
Instance Attribute Details
#css_selector ⇒ OpenActive::Models::Schema::CssSelectorType
17 18 19 |
# File 'lib/openactive/models/schema/speakable_specification.rb', line 17 def css_selector @css_selector end |
#type ⇒ String
7 8 9 |
# File 'lib/openactive/models/schema/speakable_specification.rb', line 7 def type "schema:SpeakableSpecification" end |
#xpath ⇒ OpenActive::Models::Schema::XPathType
12 13 14 |
# File 'lib/openactive/models/schema/speakable_specification.rb', line 12 def xpath @xpath end |