class Rubybear::AccountHistoryApi
Public Instance Methods
api_name()
click to toggle source
# File lib/rubybear/account_history_api.rb, line 11 def api_name :account_history_api end
method_names()
click to toggle source
# File lib/rubybear/account_history_api.rb, line 3 def method_names @method_names ||= [ :get_account_history, :get_ops_in_block, :get_transaction ].freeze end