Class: Contribute::Finder::Repo

Inherits:
Struct
  • Object
show all
Defined in:
lib/contribute/finder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



3
4
5
# File 'lib/contribute/finder.rb', line 3

def full_name
  @full_name
end

#issuesObject

Returns the value of attribute issues

Returns:

  • (Object)

    the current value of issues



3
4
5
# File 'lib/contribute/finder.rb', line 3

def issues
  @issues
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/contribute/finder.rb', line 3

def name
  @name
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



3
4
5
# File 'lib/contribute/finder.rb', line 3

def size
  @size
end

#watchersObject

Returns the value of attribute watchers

Returns:

  • (Object)

    the current value of watchers



3
4
5
# File 'lib/contribute/finder.rb', line 3

def watchers
  @watchers
end