Method: HP::Cloud::Resource#set_error

Defined in:
lib/hpcloud/resource.rb

#set_error(from) ⇒ Object



54
55
56
57
# File 'lib/hpcloud/resource.rb', line 54

def set_error(from)
  return unless is_valid?
  @cstatus.set(from.cstatus)
end