Class: Act::ArgumentParser::FileInformation

Inherits:
Struct
  • Object
show all
Defined in:
lib/act/argument_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#from_lineObject

Returns the value of attribute from_line

Returns:

  • (Object)

    the current value of from_line



3
4
5
# File 'lib/act/argument_parser.rb', line 3

def from_line
  @from_line
end

#highlight_lineObject

Returns the value of attribute highlight_line

Returns:

  • (Object)

    the current value of highlight_line



3
4
5
# File 'lib/act/argument_parser.rb', line 3

def highlight_line
  @highlight_line
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



3
4
5
# File 'lib/act/argument_parser.rb', line 3

def path
  @path
end

#to_lineObject

Returns the value of attribute to_line

Returns:

  • (Object)

    the current value of to_line



3
4
5
# File 'lib/act/argument_parser.rb', line 3

def to_line
  @to_line
end