Module: Render25

Defined in:
lib/render25.rb,
lib/render25/client.rb,
lib/render25/emails.rb,
lib/render25/errors.rb,
lib/render25/version.rb

Defined Under Namespace

Classes: AuthenticationError, Client, Emails, Error, ValidationError

Constant Summary collapse

VERSION =
"1.0.2"

Class Method Summary collapse

Class Method Details

.new(api_key = nil, options = {}) ⇒ Object



7
8
9
# File 'lib/render25.rb', line 7

def self.new(api_key = nil, options = {})
  Client.new(api_key, options)
end