Class: Info::Result

Inherits:
Struct show all
Defined in:
lib/langhelp/parse-info.rb

Instance Attribute Summary collapse

Instance Attribute Details

#infoObject

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



54
55
56
# File 'lib/langhelp/parse-info.rb', line 54

def info
  @info
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



54
55
56
# File 'lib/langhelp/parse-info.rb', line 54

def line
  @line
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



54
55
56
# File 'lib/langhelp/parse-info.rb', line 54

def node
  @node
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



54
55
56
# File 'lib/langhelp/parse-info.rb', line 54

def title
  @title
end