Class: Radiator::TagApi

Inherits:
Api
  • Object
show all
Defined in:
lib/radiator/tag_api.rb

Instance Method Summary collapse

Methods inherited from Api

#find_account, #find_block, #get_blocks, #initialize, #method_missing, #respond_to_missing?, #shutdown, #steem_per_mvest, #steem_per_usd

Constructor Details

This class inherits a constructor from Radiator::Api

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Radiator::Api

Instance Method Details

#api_nameObject



7
8
9
# File 'lib/radiator/tag_api.rb', line 7

def api_name
  :tag_api
end

#method_namesObject



3
4
5
# File 'lib/radiator/tag_api.rb', line 3

def method_names
  @method_names ||= [:get_tags].freeze
end