class BlockchainNode::Configuration

Constants

ATTRIBUTES

Public Class Methods

new() click to toggle source
# File lib/blockchain-node/configuration.rb, line 17
def initialize
  @client_id = self.class.client_id
  @client_secret = self.class.client_secret
  @request_options = self.class.request_options || {}
end