class CardanoExplorer::Configuration

Attributes

root_url[RW]

Public Class Methods

new() click to toggle source
# File lib/cardano_explorer/configuration.rb, line 5
def initialize
  @root_url = 'https://cardanoexplorer.com'
end