class SchemaDotOrg::Person

Model the Schema.org `Person`. See schema.org/Person

Attributes

name[RW]

Public Instance Methods

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