Class: ProxyAPI::ForemanChef::ChefProxy::Node
- Inherits:
-
Resource
- Object
- Resource
- ProxyAPI::ForemanChef::ChefProxy::Node
- Defined in:
- app/lib/proxy_api/foreman_chef/chef_proxy.rb
Instance Method Summary collapse
-
#initialize(args) ⇒ Node
constructor
A new instance of Node.
Constructor Details
#initialize(args) ⇒ Node
Returns a new instance of Node.
7 8 9 10 |
# File 'app/lib/proxy_api/foreman_chef/chef_proxy.rb', line 7 def initialize(args) @url = "#{args[:url]}/#{PREFIX}/nodes" super args end |