Method: Inch::API::Options::Base.attribute_names
- Defined in:
- lib/inch/api/options/base.rb
.attribute_names ⇒ Object
20 21 22 23 |
# File 'lib/inch/api/options/base.rb', line 20 def attribute_names @attributes ||= {} @attributes[to_s] ||= [] end |