Class: BitBalloon::User
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
Instance Method Details
13
14
15
|
# File 'lib/bitballoon/user.rb', line 13
def forms
Forms.new(client, path)
end
|
#sites ⇒ Object
5
6
7
|
# File 'lib/bitballoon/user.rb', line 5
def sites
Sites.new(client, path)
end
|
#submissions ⇒ Object
9
10
11
|
# File 'lib/bitballoon/user.rb', line 9
def submissions
Submissions.new(client, path)
end
|