Class: CodeStock::Grep::MatchLineResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/codestock/cdweb/lib/grep.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



14
15
16
# File 'lib/codestock/cdweb/lib/grep.rb', line 14

def index
  @index
end

#match_datasObject

Returns the value of attribute match_datas

Returns:

  • (Object)

    the current value of match_datas



14
15
16
# File 'lib/codestock/cdweb/lib/grep.rb', line 14

def match_datas
  @match_datas
end