class ESP::Role
Public Class Methods
where(*)
click to toggle source
Not Implemented. You cannot search for a Role
.
@return [void]
# File lib/esp/resources/role.rb, line 20 def self.where(*) fail ESP::NotImplementedError end
Public Instance Methods
destroy()
click to toggle source
Not Implemented. You cannot destroy a Role
.
@return [void]
# File lib/esp/resources/role.rb, line 13 def destroy fail ESP::NotImplementedError end
save()
click to toggle source
Not Implemented. You cannot create or update a Role
.
@return [void]
# File lib/esp/resources/role.rb, line 6 def save fail ESP::NotImplementedError end