Class: Grenweb::Grep::MatchLineResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



16
17
18
# File 'lib/cdweb/grep.rb', line 16

def index
  @index
end

#match_datasObject

Returns the value of attribute match_datas

Returns:

  • (Object)

    the current value of match_datas



16
17
18
# File 'lib/cdweb/grep.rb', line 16

def match_datas
  @match_datas
end