class ESP::Organization

Public Instance Methods

create() click to toggle source

Not Implemented. You cannot create an Organization.

@private

# File lib/esp/resources/organization.rb, line 36
def create
  fail ESP::NotImplementedError
end
destroy() click to toggle source

Not Implemented. You cannot destroy an Organization.

@return [void]

# File lib/esp/resources/organization.rb, line 43
def destroy
  fail ESP::NotImplementedError
end