Class: Windy::View
Instance Attribute Summary
Attributes inherited from Record
Instance Method Summary collapse
Methods inherited from Record
#initialize, #method_missing, #respond_to?
Constructor Details
This class inherits a constructor from Windy::Record
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Windy::Record
Instance Method Details
#columns ⇒ Object
195 196 197 |
# File 'lib/windy.rb', line 195 def columns @columns ||= Columns.new(id) end |
#inspect ⇒ Object
203 204 205 |
# File 'lib/windy.rb', line 203 def inspect super[0..-2] + " #{name.inspect}>" end |
#rows ⇒ Object
199 200 201 |
# File 'lib/windy.rb', line 199 def rows @rows ||= Rows.new(id) end |