class Purest::Drive
Constants
- GET_PARAMS
Public Instance Methods
get(options = nil)
click to toggle source
Calls superclass method
Purest::APIMethods#get
# File lib/purest/drive.rb, line 9 def get(options = nil) super(options, 'drive', GET_PARAMS) end