Class: BitBalloon::User
Instance Attribute Summary
Attributes inherited from Model
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
#forms ⇒ Object
13 14 15 |
# File 'lib/bitballoon/user.rb', line 13 def forms Forms.new(client, path) end |
#submissions ⇒ Object
9 10 11 |
# File 'lib/bitballoon/user.rb', line 9 def submissions Submissions.new(client, path) end |