class ESP::Service

Public Class Methods

where(*) click to toggle source

Not Implemented. You cannot search for a Tag.

@return [void]

# File lib/esp/resources/service.rb, line 11
def self.where(*)
  fail ESP::NotImplementedError
end

Public Instance Methods

destroy() click to toggle source

Not Implemented. You cannot destroy a Service.

@return [void]

# File lib/esp/resources/service.rb, line 25
def destroy
  fail ESP::NotImplementedError
end
save() click to toggle source

Not Implemented. You cannot create or update a Service.

@return [void]

# File lib/esp/resources/service.rb, line 18
def save
  fail ESP::NotImplementedError
end