class Octokit::RepoArguments
Class to extract options from Ruby arguments for Repository-related methods
Attributes
!@attribute [r] repo
@return [Repository]
Public Class Methods
Source
# File lib/octokit/repo_arguments.rb, line 11 def initialize(args) arguments = super @repo = arguments.shift arguments end
Calls superclass method
Octokit::Arguments::new