Method: Enumerations::Reflection#initialize

Defined in:
lib/enumerations/reflection.rb

#initialize(name, options = {}) ⇒ Reflection

Returns a new instance of Reflection.



5
6
7
8
# File 'lib/enumerations/reflection.rb', line 5

def initialize(name, options = {})
  @name = name
  @options = options
end