Skip to content

coupacooke/boomi-ruby

Repository files navigation

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.

About

Ruby gem for Boomi API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages