Class: CastingAttrAccessor::Parser::Symbol

Inherits:
Base
  • Object
show all
Defined in:
lib/casting_attr_accessor/parser/symbol.rb

Direct Known Subclasses

Enum

Instance Attribute Summary

Attributes inherited from Base

#attribute, #model, #options

Instance Method Summary collapse

Methods inherited from Base

#default_value, #initialize, #readers, #storage_var, #writers

Constructor Details

This class inherits a constructor from CastingAttrAccessor::Parser::Base

Instance Method Details

#parse(value) ⇒ Object



5
6
7
# File 'lib/casting_attr_accessor/parser/symbol.rb', line 5

def parse(value)
  value.to_sym
end