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