Class: Wassup::Helpers::GitHub::Repo
- Inherits:
-
Struct
- Object
- Struct
- Wassup::Helpers::GitHub::Repo
- Defined in:
- lib/wassup/helpers/github.rb
Instance Attribute Summary collapse
-
#org ⇒ Object
Returns the value of attribute org.
-
#repo ⇒ Object
Returns the value of attribute repo.
Instance Attribute Details
#org ⇒ Object
Returns the value of attribute org
48 49 50 |
# File 'lib/wassup/helpers/github.rb', line 48 def org @org end |
#repo ⇒ Object
Returns the value of attribute repo
48 49 50 |
# File 'lib/wassup/helpers/github.rb', line 48 def repo @repo end |