Class: Hive::Bridge
Overview
Bridge is used to query values related to the communities.
Also see: Bridge Definitions
Constant Summary
Constants inherited from Api
Instance Attribute Summary
Attributes inherited from Api
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Bridge
constructor
A new instance of Bridge.
Methods inherited from Api
api_class_name, api_name, api_name=, default_rpc_client_class, #inspect, jsonrpc, jsonrpc=, register
Constructor Details
#initialize(options = {}) ⇒ Bridge
Returns a new instance of Bridge.
6 7 8 9 10 |
# File 'lib/hive/bridge.rb', line 6 def initialize( = {}) self.class.api_name = :bridge super end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Hive::Api