Class: BitBalloon::User

Inherits:
Model
  • Object
show all
Defined in:
lib/bitballoon/user.rb

Instance Attribute Summary

Attributes inherited from Model

#attributes, #client, #prefix

Instance Method Summary collapse

Methods inherited from Model

#collection, collection, #destroy, fields, #initialize, #path, #process, #refresh, #update

Constructor Details

This class inherits a constructor from BitBalloon::Model

Instance Method Details

#formsObject



13
14
15
# File 'lib/bitballoon/user.rb', line 13

def forms
  Forms.new(client, path)
end

#sitesObject



5
6
7
# File 'lib/bitballoon/user.rb', line 5

def sites
  Sites.new(client, path)
end

#submissionsObject



9
10
11
# File 'lib/bitballoon/user.rb', line 9

def submissions
  Submissions.new(client, path)
end