Methods
- C
- N
Class Public methods
Source: show
# File rails/actionwebservice/test/abstract_dispatcher.rb, line 21 def columns(*args) [ ActiveRecord::ConnectionAdapters::Column.new('id', 0, 'int'), ActiveRecord::ConnectionAdapters::Column.new('name', nil, 'string'), ActiveRecord::ConnectionAdapters::Column.new('description', nil, 'string'), ] end
Source: show
# File rails/actionwebservice/test/abstract_dispatcher.rb, line 29 def connection self end
Source: show
# File rails/actionwebservice/test/abstract_dispatcher.rb, line 17 def name "DispatcherTest::Node" end
Source: show
# File rails/actionwebservice/test/abstract_dispatcher.rb, line 11 def initialize(*args) super(*args) @new_record = false end