Class: Putio::HTTP

Inherits:
Object
  • Object
show all
Defined in:
lib/putio/client.rb

Overview

This is used to make reading code easier later. Ignore this.

Instance Attribute Summary collapse

Instance Attribute Details

#GETObject (readonly)

Returns the value of attribute GET.



38
39
40
# File 'lib/putio/client.rb', line 38

def GET
  @GET
end

#POSTObject (readonly)

Returns the value of attribute POST.



38
39
40
# File 'lib/putio/client.rb', line 38

def POST
  @POST
end