Class: Radiator::TagApi
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_name ⇒ Object
7 8 9 |
# File 'lib/radiator/tag_api.rb', line 7 def api_name :tag_api end |
#method_names ⇒ Object
3 4 5 |
# File 'lib/radiator/tag_api.rb', line 3 def method_names @method_names ||= [:get_tags].freeze end |