module Freshmaker

Constants

VERSION

Attributes

email[W]
password[W]

Public Class Methods

new() click to toggle source
# File lib/freshmaker.rb, line 13
def new
  Freshmaker::Client.new(@email, @password)
end