Skip to content

Attributes

Josh Brody edited this page Jun 19, 2018 · 3 revisions

Attributes are... attributes.

DSL

attribute {attribute_name [Symbol]}, {type [Symbol]}, {options [Hash]}

Usage

class Character 
  include Attributary::DSL
  
  attribute :name, :string, :default => "Thomas"
end
Clone this wiki locally