Method: HCl::Net#post

Defined in:
lib/hcl/net.rb

#post(action, data) ⇒ Object



34
35
36
# File 'lib/hcl/net.rb', line 34

def post action, data
  @http.post(action, data).body
end