Class: Bugly::User
- Inherits:
-
APIResource
- Object
- BuglyObject
- APIResource
- Bugly::User
- Includes:
- APIOperations::Create, APIOperations::Delete, APIOperations::Issues, APIOperations::List, APIOperations::Update
- Defined in:
- lib/bugly.rb
Instance Attribute Summary
Attributes inherited from BuglyObject
Instance Method Summary collapse
Methods included from APIOperations::Issues
Methods included from APIOperations::Delete
Methods included from APIOperations::Create
Methods included from APIOperations::Update
Methods included from APIOperations::List
Methods inherited from APIResource
Methods inherited from BuglyObject
#[], #[]=, #as_json, construct_from, #each, #initialize, #inspect, #keys, #refresh_from, #to_hash, #to_json, #to_s, #values
Constructor Details
This class inherits a constructor from Bugly::BuglyObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Bugly::BuglyObject
Instance Method Details
#project_access ⇒ Object
461 462 463 464 |
# File 'lib/bugly.rb', line 461 def project_access response, api_key = Bugly.request(:get, "#{api_url}/project_access", @api_key) Util.convert_to_bugly_object(response, api_key) end |