Module: Brazify
- Extended by:
- Forwardable
- Defined in:
- lib/brazify.rb,
lib/brazify/error.rb,
lib/brazify/client.rb,
lib/brazify/version.rb,
lib/brazify/resource.rb,
lib/brazify/configuration.rb,
lib/brazify/resources/user.rb,
lib/brazify/resources/email.rb,
lib/brazify/resources/event.rb,
lib/brazify/resources/segment.rb,
lib/brazify/resources/campaign.rb
Defined Under Namespace
Classes: Campaign, Client, Configuration, Email, Error, Event, Resource, Segment, User
Constant Summary collapse
- VERSION =
'0.3.0'
Class Attribute Summary collapse
-
.config ⇒ Object
readonly
Returns the value of attribute config.
Class Attribute Details
.config ⇒ Object (readonly)
Returns the value of attribute config.
22 23 24 |
# File 'lib/brazify.rb', line 22 def config @config end |