Class: RuboCop::Git::PseudoResource

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubocop/git/pseudo_resource.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



3
4
5
# File 'lib/rubocop/git/pseudo_resource.rb', line 3

def filename
  @filename
end

#patchObject

Returns the value of attribute patch

Returns:

  • (Object)

    the current value of patch



3
4
5
# File 'lib/rubocop/git/pseudo_resource.rb', line 3

def patch
  @patch
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



3
4
5
# File 'lib/rubocop/git/pseudo_resource.rb', line 3

def status
  @status
end