class Sashite::Client

Client for the DNSimple API

@see www.sashite.com/developer/

Public Class Methods

new(*) click to toggle source
# File lib/sashite.rb, line 11
def initialize(*)
end

Public Instance Methods

user() click to toggle source
# File lib/sashite.rb, line 14
def user
  User.new('bob@example.com')
end