Class: Windy::Views

Inherits:
PaginatedCollection show all
Defined in:
lib/windy.rb

Instance Attribute Summary

Attributes inherited from Base

#connection

Instance Method Summary collapse

Methods inherited from PaginatedCollection

#each, #each_page, #initialize, #page

Methods included from Finders

#[], #method_missing, #respond_to?

Methods inherited from Base

#body, #initialize, #inspect, #json, #prepare_request, root

Constructor Details

This class inherits a constructor from Windy::PaginatedCollection

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Windy::Finders

Instance Method Details

#pathObject



197
198
199
# File 'lib/windy.rb', line 197

def path
  "/api/views"
end

#record_classObject



201
202
203
# File 'lib/windy.rb', line 201

def record_class
  View
end