Method: Chimps::Commands::Create#execute!
- Defined in:
- lib/chimps-cli/commands/create.rb
#execute! ⇒ Object
Issue the POST request.
30 31 32 33 |
# File 'lib/chimps-cli/commands/create.rb', line 30 def execute! ensure_data_is_present! Request.new(resources_path, :body => { resource_type => data}, :sign => true).post.print(:yaml => true) end |