Class: Bugly::User

Instance Attribute Summary

Attributes inherited from BuglyObject

#api_base, #api_key

Instance Method Summary collapse

Methods included from APIOperations::Issues

#issues

Methods included from APIOperations::Delete

#delete

Methods included from APIOperations::Create

included

Methods included from APIOperations::Update

#save

Methods included from APIOperations::List

included

Methods inherited from APIResource

#refresh, retrieve, #url, url

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_accessObject



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