Class: RuboCop::Git::PseudoResource
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Git::PseudoResource
- Defined in:
- lib/rubocop/git/pseudo_resource.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#patch ⇒ Object
Returns the value of attribute patch.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
3 4 5 |
# File 'lib/rubocop/git/pseudo_resource.rb', line 3 def filename @filename end |
#patch ⇒ Object
Returns the value of attribute patch
3 4 5 |
# File 'lib/rubocop/git/pseudo_resource.rb', line 3 def patch @patch end |
#status ⇒ Object
Returns the value of attribute status
3 4 5 |
# File 'lib/rubocop/git/pseudo_resource.rb', line 3 def status @status end |