class Purest::ProtectionGroup

Constants

GET_PARAMS

Public Instance Methods

create(options = nil) click to toggle source
Calls superclass method Purest::APIMethods#create
# File lib/purest/protection_group.rb, line 14
def create(options = nil)
  super(options, 'pgroup')
end
delete(options = nil) click to toggle source
Calls superclass method Purest::APIMethods#delete
# File lib/purest/protection_group.rb, line 22
def delete(options = nil)
  super(options, 'pgroup')
end
get(options = nil) click to toggle source
Calls superclass method Purest::APIMethods#get
# File lib/purest/protection_group.rb, line 10
def get(options = nil)
  super(options, 'pgroup', GET_PARAMS)
end
update(options = nil) click to toggle source
Calls superclass method Purest::APIMethods#update
# File lib/purest/protection_group.rb, line 18
def update(options = nil)
  super(options, 'pgroup')
end