Module: FirebaseUpdateCommand
- Extended by:
- FirebaseUpdateCommand
- Includes:
- FirebaseCommand
- Included in:
- Classroom, FirebaseUpdateCommand
- Defined in:
- lib/codefusion/firebase_update_command.rb
Instance Method Summary collapse
Methods included from FirebaseCommand
#classroom_codes, #get_config, #request_url, #uri
Instance Method Details
#update(request, uuid) ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/codefusion/firebase_update_command.rb', line 6 def update(request, uuid) if uuid == "" View. else HTTParty.put( FirebaseCommand.request_url(uuid), FirebaseCommand.get_config(request) ) end end |