Class: Danger::NoRepoInfo
- Inherits:
-
Object
- Object
- Danger::NoRepoInfo
- Defined in:
- lib/danger/ci_source/support/no_repo_info.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#slug ⇒ Object
readonly
Returns the value of attribute slug.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
3 4 5 |
# File 'lib/danger/ci_source/support/no_repo_info.rb', line 3 def id @id end |
#slug ⇒ Object (readonly)
Returns the value of attribute slug.
3 4 5 |
# File 'lib/danger/ci_source/support/no_repo_info.rb', line 3 def slug @slug end |