Class: Invitation
- Inherits:
-
Flareshow::Resource
- Object
- Flareshow::Resource
- Invitation
- Defined in:
- lib/invitation.rb
Class Method Summary collapse
-
.default_params ⇒ Object
invitations dont have timestamps currently overriding the default.
Methods inherited from Flareshow::Resource
#cache, cache_response, #changes, create, #destroy, #destroyed?, find, first, #get, get_from_cache, #id, #initialize, list_cache, #method_missing, #method_name, #refresh, #resource_key, resource_key, #save, #set, store, #update
Constructor Details
This class inherits a constructor from Flareshow::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Flareshow::Resource
Class Method Details
.default_params ⇒ Object
invitations dont have timestamps currently overriding the default
11 12 13 |
# File 'lib/invitation.rb', line 11 def default_params {} end |