Module: Rhosync::Resource::InstanceMethods
- Defined in:
- lib/rhosync/resource.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) rhosync_create
25 26 27 |
# File 'lib/rhosync/resource.rb', line 25 def rhosync_create call_client_method(:create) end |
- (Object) rhosync_destroy
29 30 31 |
# File 'lib/rhosync/resource.rb', line 29 def rhosync_destroy call_client_method(:destroy) end |
- (Object) rhosync_update
33 34 35 |
# File 'lib/rhosync/resource.rb', line 33 def rhosync_update call_client_method(:update) end |