Class: Direct::API::V5::Client
- Inherits:
-
Object
- Object
- Direct::API::V5::Client
- Defined in:
- lib/direct/api/v5/client.rb
Instance Attribute Summary collapse
-
#settings ⇒ Object
readonly
Returns the value of attribute settings.
Instance Method Summary collapse
-
#initialize(settings = {}) ⇒ Client
constructor
A new instance of Client.
-
#method_missing(method, *args) ⇒ Object
Direct services methods.
Constructor Details
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
Instance Attribute Details
#settings ⇒ Object (readonly)
Returns the value of attribute settings.
3 4 5 |
# File 'lib/direct/api/v5/client.rb', line 3 def settings @settings end |