Skip to content

Undefined method description for Organization #53

@stufro

Description

@stufro

This is probably just my lack of understanding, but if Organization inherits from Thing (docs) - why can't I add a description to the Ruby object?

SchemaDotOrg::Organization.new(
  name: "Bar",
  description: "Foo"
)

# => undefined method 'desciption' for an instance of SchemaDotOrg::Organization
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions