Class: SchemaDotOrg::Place

Inherits:
SchemaType
  • Object
show all
Defined in:
lib/schema_dot_org/place.rb

Overview

Model the Schema.org ‘Thing > Place`. See schema.org/Place

Constant Summary

Constants inherited from SchemaType

SchemaType::ROOT_ATTR, SchemaType::UNQUALIFIED_CLASS_NAME_REGEX

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SchemaType

#to_json, #to_json_ld, #to_json_struct, #to_s, #un_namespaced_classname

Instance Attribute Details

#addressObject

Returns the value of attribute address.



9
10
11
# File 'lib/schema_dot_org/place.rb', line 9

def address
  @address
end

Instance Method Details

#_to_json_structObject



12
13
14
15
16
# File 'lib/schema_dot_org/place.rb', line 12

def _to_json_struct
  {
    'address' => self.address
  }
end