Class: XSignature::Data

Inherits:
Struct
  • Object
show all
Defined in:
lib/x-signature.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



5
6
7
# File 'lib/x-signature.rb', line 5

def body
  @body
end

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



5
6
7
# File 'lib/x-signature.rb', line 5

def client
  @client
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



5
6
7
# File 'lib/x-signature.rb', line 5

def method
  @method
end

#nonceObject

Returns the value of attribute nonce

Returns:

  • (Object)

    the current value of nonce



5
6
7
# File 'lib/x-signature.rb', line 5

def nonce
  @nonce
end

#request_uriObject

Returns the value of attribute request_uri

Returns:

  • (Object)

    the current value of request_uri



5
6
7
# File 'lib/x-signature.rb', line 5

def request_uri
  @request_uri
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



5
6
7
# File 'lib/x-signature.rb', line 5

def secret
  @secret
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



5
6
7
# File 'lib/x-signature.rb', line 5

def signature
  @signature
end