Project

boomi-ruby

0.01
No commit activity in last 3 years
No release in over 3 years
Supports the Boomi REST Webservice
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 1.8.4
= 0.9.11
~> 3.12

Runtime

~> 1.0.0
= 1.0.12
 Project Readme

boomi-ruby¶ ↑

Boomi gem for Ruby

Usage¶ ↑

Providing the optional override_account will use the Boomi Partner API

@boomi = Boomi.new(:account => 'boomi-account123', :user => 'boomiuser', :pass => 'boomipass', :override_account => 'mychildaccount')
@boomi.get_execution_records("executionTime[GREATER_THAN_OR_EQUAL]" => 15.minutes.ago)
@boomi.get_events("executionTime[GREATER_THAN_OR_EQUAL]" => 15.minutes.ago)

License¶ ↑

Apache 2.0 License. See LICENSE.txt for further details.