Class: Trello::Request

Inherits:
Struct
  • Object
show all
Defined in:
lib/trello/net.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



2
3
4
# File 'lib/trello/net.rb', line 2

def body
  @body
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



2
3
4
# File 'lib/trello/net.rb', line 2

def headers
  @headers
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



2
3
4
# File 'lib/trello/net.rb', line 2

def uri
  @uri
end

#verbObject

Returns the value of attribute verb

Returns:

  • (Object)

    the current value of verb



2
3
4
# File 'lib/trello/net.rb', line 2

def verb
  @verb
end