Module: HelloBlock

Extended by:
Configuration, Connection, Endpoints, Request, SpecHelper
Defined in:
lib/helloblock.rb,
lib/helloblock/version.rb,
lib/helloblock/spec_helper.rb,
lib/helloblock/http/request.rb,
lib/helloblock/configuration.rb,
lib/helloblock/http/connection.rb,
lib/helloblock/resources/block.rb,
lib/helloblock/resources/query.rb,
lib/helloblock/resources/faucet.rb,
lib/helloblock/resources/wallet.rb,
lib/helloblock/resources/address.rb,
lib/helloblock/resources/transaction.rb,
lib/helloblock/api_interface/endpoints.rb,
lib/helloblock/api_interface/api_parameters.rb

Defined Under Namespace

Modules: APIParameters, Configuration, Connection, Endpoints, Query, Request, SpecHelper, Utils Classes: Address, Block, Faucet, Transaction, Wallet

Constant Summary collapse

VERSION =
"0.0.1"

Constants included from Endpoints

Endpoints::ENDPOINTS

Method Summary

Methods included from Endpoints

base_url, version_path

Methods included from Request

get, post

Methods included from Connection

connection, connection_options

Methods included from Configuration

configure, network, version

Methods included from Utils

#mattr_accessor, #mattr_reader, #mattr_writer

Methods included from SpecHelper

reset