Class: LLRemote::Path

Inherits:
ActiveResource::Base
  • Object
show all
Defined in:
lib/l_l_remote/path.rb

Class Method Summary collapse

Class Method Details

.setupObject



2
3
4
5
6
# File 'lib/l_l_remote/path.rb', line 2

def self.setup
  self.site = LLRemote.server_url + '/do/'
  self.user = LLRemote.access_token
  self.element_name = 'path'
end