Module: Bronto

Defined in:
lib/bronto/filter.rb,
lib/bronto.rb,
lib/bronto/base.rb,
lib/bronto/list.rb,
lib/bronto/field.rb,
lib/bronto/contact.rb,
lib/bronto/message.rb,
lib/bronto/version.rb,
lib/bronto/delivery.rb,
lib/bronto/message_folder.rb

Overview

Represents a filter (which is actually a set of filters). For more information, see the [Bronto documentation](community.bronto.com/api/v4/filters).

Defined Under Namespace

Classes: Base, Contact, Delivery, Error, Errors, Field, Filter, List, Message, MessageFolder

Constant Summary collapse

SESSION_REUSE_SECONDS =

According to Bronto’s API documentation, the session credential returned by the login() API call remains active for 20 minutes. In addition, the expiration time is reset after each successful use. We will trigger a refresh before 20 minutes to be on the safe side

120
VERSION =
"0.3.0"