Class: Fog::Ovirt::Compute::Real
- Inherits:
-
Object
- Object
- Fog::Ovirt::Compute::Real
- Defined in:
- lib/fog/ovirt/compute.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Real
constructor
A new instance of Real.
- #method_missing(symbol, *args) ⇒ Object
- #respond_to?(symbol, include_all = false) ⇒ Boolean
Constructor Details
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(symbol, *args) ⇒ Object
89 90 91 |
# File 'lib/fog/ovirt/compute.rb', line 89 def method_missing(symbol, *args) @client.send(symbol, *args) end |
Instance Method Details
#respond_to?(symbol, include_all = false) ⇒ Boolean
93 94 95 |
# File 'lib/fog/ovirt/compute.rb', line 93 def respond_to?(symbol, include_all = false) @client.respond_to?(symbol, include_all) end |