Stringventory::Models::Guitar
Inherits YAML::Serializable < JSON::Serializable < Granite::Base < Granite::Select < Granite::Migrator < Granite::ValidationHelpers < Granite::Validators < Granite::Transactions < Granite::Tables < Granite::Columns < Granite::Callbacks < Granite::Associations < Reference < Object
Class representing a guitar.
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Class methods
adapter
Instance methods
bought_on
When the guitar was bought or delivered, distinct from when the database object was created or updated.
bought_on=(bought_on : Time)
When the guitar was bought or delivered, distinct from when the database object was created or updated.
last_change
Source