class Purest::Hardware

Constants

GET_PARAMS

Public Instance Methods

get(options = nil) click to toggle source
Calls superclass method Purest::APIMethods#get
# File lib/purest/hardware.rb, line 9
def get(options = nil)
  super(options, 'hardware', GET_PARAMS)
end
update(options = nil) click to toggle source
Calls superclass method Purest::APIMethods#update
# File lib/purest/hardware.rb, line 13
def update(options = nil)
  super(options, 'hardware')
end