Class: Ghee::API::Repos::Commits::Proxy

Inherits:
ResourceProxy show all
Defined in:
lib/ghee/api/commits.rb

Instance Attribute Summary

Attributes inherited from ResourceProxy

#connection, #current_page, #pagination, #params, #path_prefix, #total

Instance Method Summary collapse

Methods inherited from ResourceProxy

#all, #initialize, #method_missing, #paginate, #subject

Constructor Details

This class inherits a constructor from Ghee::ResourceProxy

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Ghee::ResourceProxy

Instance Method Details

#commentsObject



16
17
18
# File 'lib/ghee/api/commits.rb', line 16

def comments
  Ghee::API::Repos::Commits::Comments::Proxy.new connection, path_prefix
end