Class: QuickPay::API::Client::Request

Inherits:
Struct
  • Object
show all
Defined in:
lib/quickpay/api/client.rb

Overview

rubocop:disable Lint/StructNewOverride

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



16
17
18
# File 'lib/quickpay/api/client.rb', line 16

def body
  @body
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



16
17
18
# File 'lib/quickpay/api/client.rb', line 16

def headers
  @headers
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



16
17
18
# File 'lib/quickpay/api/client.rb', line 16

def method
  @method
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



16
17
18
# File 'lib/quickpay/api/client.rb', line 16

def path
  @path
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



16
17
18
# File 'lib/quickpay/api/client.rb', line 16

def query
  @query
end