Class: Octopi::AuthApi
- Octopi::Api
- Octopi::AuthApi
Included Modules
HTTParty, Singleton
Constants Inherited from Octopi::Api
Public Visibility
Public Class Methods Inherited from Octopi::Api
Public Instance Method Summary
#read_only? |
---|
Public Instance Methods Inherited from Octopi::Api
commits, find, find_all, get, get_raw, open_issue, post, repository, save, user
Public Instance Method Details
read_only?
public
read_only?
[View source]
23 24 25 |
# File 'lib/octopi/api.rb', line 23 def read_only? false end |