Class: Reviewed::Website

Inherits:
Base
  • Object
show all
Defined in:
lib/reviewed/website.rb

Instance Attribute Summary

Attributes inherited from Base

#attributes, #client

Class Method Summary collapse

Methods inherited from Base

association_name, #created_at, #initialize, #method_missing, #respond_to?, #to_param, to_path, #to_path, #to_s, #updated_at

Methods included from Embeddable

embedded_name, included, #objectify, #objectify_has_many, #objectify_has_one

Constructor Details

This class inherits a constructor from Reviewed::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Reviewed::Base

Class Method Details

.allObject



4
5
6
# File 'lib/reviewed/website.rb', line 4

def self.all
  where({:per_page=>"all"})
end