class Purest::App

Constants

GET_PARAMS

Public Instance Methods

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