Method: MagLoft::RemoteResource.endpoint

Defined in:
lib/magloft/remote_resource.rb

.endpoint(path = nil) ⇒ Object



71
72
73
74
75
76
77
# File 'lib/magloft/remote_resource.rb', line 71

def endpoint(path = nil)
  if path.nil?
    @endpoint
  else
    @endpoint = path
  end
end