Method: AttributeList#method_name
- Defined in:
- lib/json_mapper/attribute_list.rb
#method_name ⇒ Object
14 15 16 |
# File 'lib/json_mapper/attribute_list.rb', line 14 def method_name @method_name ||= self.name.to_s.tr("-", "_") end |