Currently I can't create an action with the following: ``` SirenClient::Action.new(href: "...", method: "...") ``` I must use: ``` SirenClient::Action.new("href" => "...", "method" => "...") ```
Currently I can't create an action with the following:
I must use: