class ManageIQ::API::Client::Action
Attributes
href[R]
method[R]
name[R]
Public Class Methods
new(action_hash)
click to toggle source
# File lib/manageiq/api/client/action.rb, line 9 def initialize(action_hash) @name, @method, @href = action_hash.values_at("name", "method", "href") end