Sha256: 45cc4a1c769034f8f96142355d33b40078f62ee1cdf442295cf2bdafa82b9726

Contents?: true

Size: 491 Bytes

Versions: 3

Compression:

Stored size: 491 Bytes

Contents

= 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.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
boomi-ruby-0.4.0 README.rdoc
boomi-ruby-0.3.0 README.rdoc
boomi-ruby-0.2.0 README.rdoc