Class: Faraday::Request
- Inherits:
-
Object
- Object
- Faraday::Request
- Defined in:
- lib/faraday/request/hmac_authentication.rb
Defined Under Namespace
Classes: HMACAuthentication
Instance Attribute Summary collapse
-
#access_id ⇒ Object
readonly
Returns the value of attribute access_id.
-
#secret ⇒ Object
readonly
Returns the value of attribute secret.
Instance Attribute Details
#access_id ⇒ Object (readonly)
Returns the value of attribute access_id.
8 9 10 |
# File 'lib/faraday/request/hmac_authentication.rb', line 8 def access_id @access_id end |
#secret ⇒ Object (readonly)
Returns the value of attribute secret.
8 9 10 |
# File 'lib/faraday/request/hmac_authentication.rb', line 8 def secret @secret end |