Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 491 Bytes

README.rdoc

File metadata and controls

16 lines (9 loc) · 491 Bytes

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.