Class: Contribute::Finder::Repo
- Inherits:
-
Struct
- Object
- Struct
- Contribute::Finder::Repo
- Defined in:
- lib/contribute/finder.rb
Instance Attribute Summary collapse
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#issues ⇒ Object
Returns the value of attribute issues.
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
-
#watchers ⇒ Object
Returns the value of attribute watchers.
Instance Attribute Details
#full_name ⇒ Object
Returns the value of attribute full_name
3 4 5 |
# File 'lib/contribute/finder.rb', line 3 def full_name @full_name end |
#issues ⇒ Object
Returns the value of attribute issues
3 4 5 |
# File 'lib/contribute/finder.rb', line 3 def issues @issues end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/contribute/finder.rb', line 3 def name @name end |
#size ⇒ Object
Returns the value of attribute size
3 4 5 |
# File 'lib/contribute/finder.rb', line 3 def size @size end |
#watchers ⇒ Object
Returns the value of attribute watchers
3 4 5 |
# File 'lib/contribute/finder.rb', line 3 def watchers @watchers end |