Class: Crowbar::Client::Request::Services::ListRestartFlags
- Defined in:
- lib/crowbar/client/request/services/restart_flags.rb
Overview
Implementation for the Restarts Flags request
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#headers ⇒ Hash
Override the request headers.
-
#method ⇒ Symbol
HTTP method that gets used by the request.
-
#url ⇒ String
Path to the API endpoint for the request.
Methods inherited from Base
#content, #initialize, #params, #process
Constructor Details
This class inherits a constructor from Crowbar::Client::Request::Base
Instance Method Details
#headers ⇒ Hash
Override the request headers
32 33 34 35 36 |
# File 'lib/crowbar/client/request/services/restart_flags.rb', line 32 def headers super.easy_merge!( ::Crowbar::Client::Util::ApiVersion.new(2.0).headers ) end |
#method ⇒ Symbol
HTTP method that gets used by the request
43 44 45 |
# File 'lib/crowbar/client/request/services/restart_flags.rb', line 43 def method :get end |
#url ⇒ String
Path to the API endpoint for the request
52 53 54 |
# File 'lib/crowbar/client/request/services/restart_flags.rb', line 52 def url ["api", "restart_management", "configuration"].join("/") end |