Method: KrakenClient::Requests::Content::Header#initialize
- Defined in:
- lib/kraken_client/requests/content/header.rb
#initialize(config, endpoint_name, options, url) ⇒ Header
Returns a new instance of Header.
8 9 10 11 12 13 14 15 |
# File 'lib/kraken_client/requests/content/header.rb', line 8 def initialize(config, endpoint_name, , url) @config = config @endpoint_name = endpoint_name @url = url = [:nonce] = nonce end |