class SchemaDotOrg::Place

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

Attributes

address[RW]

Public Instance Methods

_to_json_struct() click to toggle source
# File lib/schema_dot_org/place.rb, line 12
def _to_json_struct
  {
    'address' => address
  }
end