class Immutabler::DSL::Enum
Attributes
attributes[RW]
name[RW]
Public Class Methods
new(name, attributes)
click to toggle source
# File lib/immutabler/dsl/enum.rb, line 6 def initialize(name, attributes) @name = name @attributes = attributes end