Class: Octopi::AnonymousApi
- Octopi::Api
- Octopi::AnonymousApi
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]
13 14 15 |
# File 'lib/octopi/api.rb', line 13 def read_only? true end |