Class: Cylons::Service

Inherits:
Object
  • Object
show all
Includes:
Celluloid, RPC
Defined in:
lib/cylons/service.rb

Class Attribute Summary collapse

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

.modelObject

Returns the value of attribute model.



9
10
11
# File 'lib/cylons/service.rb', line 9

def model
  @model
end