Class: Blockcypher::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/blockcypher/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_uriObject

Returns the value of attribute base_uri

Returns:

  • (Object)

    the current value of base_uri



23
24
25
# File 'lib/blockcypher/client.rb', line 23

def base_uri
  @base_uri
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



23
24
25
# File 'lib/blockcypher/client.rb', line 23

def token
  @token
end