Class: JsonDumper::DumperArray
- Inherits:
-
Array
- Object
- Array
- JsonDumper::DumperArray
- Defined in:
- lib/json_dumper/dumper_array.rb
Instance Attribute Summary collapse
-
#preload ⇒ Object
Returns the value of attribute preload.
Instance Method Summary collapse
Instance Attribute Details
#preload ⇒ Object
Returns the value of attribute preload.
3 4 5 |
# File 'lib/json_dumper/dumper_array.rb', line 3 def preload @preload end |
Instance Method Details
#camel ⇒ Object
5 6 7 |
# File 'lib/json_dumper/dumper_array.rb', line 5 def camel JsonDumper::KeyTransformer.keys_to_camelcase_array(self) end |