Class: XSignature::Data
- Inherits:
-
Struct
- Object
- Struct
- XSignature::Data
- Defined in:
- lib/x-signature.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#client ⇒ Object
Returns the value of attribute client.
-
#method ⇒ Object
Returns the value of attribute method.
-
#nonce ⇒ Object
Returns the value of attribute nonce.
-
#request_uri ⇒ Object
Returns the value of attribute request_uri.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#signature ⇒ Object
Returns the value of attribute signature.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
5 6 7 |
# File 'lib/x-signature.rb', line 5 def body @body end |
#client ⇒ Object
Returns the value of attribute client
5 6 7 |
# File 'lib/x-signature.rb', line 5 def client @client end |
#method ⇒ Object
Returns the value of attribute method
5 6 7 |
# File 'lib/x-signature.rb', line 5 def method @method end |
#nonce ⇒ Object
Returns the value of attribute nonce
5 6 7 |
# File 'lib/x-signature.rb', line 5 def nonce @nonce end |
#request_uri ⇒ Object
Returns the value of attribute request_uri
5 6 7 |
# File 'lib/x-signature.rb', line 5 def request_uri @request_uri end |
#secret ⇒ Object
Returns the value of attribute secret
5 6 7 |
# File 'lib/x-signature.rb', line 5 def secret @secret end |
#signature ⇒ Object
Returns the value of attribute signature
5 6 7 |
# File 'lib/x-signature.rb', line 5 def signature @signature end |