Module: ViewData::Commands::Controls::Data
- Defined in:
- lib/view_data/commands/controls/data.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
5 6 7 8 9 10 11 12 13 |
# File 'lib/view_data/commands/controls/data.rb', line 5 def self.example { :some_attribute => 'some-value', :other_attribute => 'other-value', :outer_attribute => { :inner_attribute => 'inner-value' } } end |