Class: Cylons::Service
- Inherits:
-
Object
- Object
- Cylons::Service
- Includes:
- Celluloid, RPC
- Defined in:
- lib/cylons/service.rb
Class Attribute Summary collapse
-
.model ⇒ Object
Returns the value of attribute model.
Method Summary
Methods included from RPC
#all, #create, #destroy, #execute, #find, #first, #first_or_create, #last, #save, #scope_by, #search, #update
Methods included from Attributes
#read_attribute, #write_attribute
Class Attribute Details
.model ⇒ Object
Returns the value of attribute model.
9 10 11 |
# File 'lib/cylons/service.rb', line 9 def model @model end |