Class: Kozo::Providers::Dummy::Resource

Inherits:
Resource
  • Object
show all
Defined in:
lib/kozo/providers/dummy/resource.rb

Instance Attribute Summary

Attributes inherited from Resource

#provider, #state_name

Instance Method Summary collapse

Methods inherited from Resource

#==, #address, from_h, #hash, #rid, #to_dsl, #to_h

Methods included from Track

#initialize

Methods included from Assignment

#assign_attributes, #initialize

Instance Method Details

#create!Object



11
# File 'lib/kozo/providers/dummy/resource.rb', line 11

def create!; end

#destroy!Object



13
# File 'lib/kozo/providers/dummy/resource.rb', line 13

def destroy!; end

#refresh!Object



9
# File 'lib/kozo/providers/dummy/resource.rb', line 9

def refresh!; end

#update!Object



15
# File 'lib/kozo/providers/dummy/resource.rb', line 15

def update!; end