Class: Webgen::Utils::TagParser::ProcessingStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/webgen/utils/tag_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backslashesObject

Returns the value of attribute backslashes

Returns:

  • (Object)

    the current value of backslashes



31
32
33
# File 'lib/webgen/utils/tag_parser.rb', line 31

def backslashes
  @backslashes
end

#body_end_posObject

Returns the value of attribute body_end_pos

Returns:

  • (Object)

    the current value of body_end_pos



31
32
33
# File 'lib/webgen/utils/tag_parser.rb', line 31

def body_end_pos
  @body_end_pos
end

#bracketsObject

Returns the value of attribute brackets

Returns:

  • (Object)

    the current value of brackets



31
32
33
# File 'lib/webgen/utils/tag_parser.rb', line 31

def brackets
  @brackets
end

#end_posObject

Returns the value of attribute end_pos

Returns:

  • (Object)

    the current value of end_pos



31
32
33
# File 'lib/webgen/utils/tag_parser.rb', line 31

def end_pos
  @end_pos
end

#params_end_posObject

Returns the value of attribute params_end_pos

Returns:

  • (Object)

    the current value of params_end_pos



31
32
33
# File 'lib/webgen/utils/tag_parser.rb', line 31

def params_end_pos
  @params_end_pos
end

#params_start_posObject

Returns the value of attribute params_start_pos

Returns:

  • (Object)

    the current value of params_start_pos



31
32
33
# File 'lib/webgen/utils/tag_parser.rb', line 31

def params_start_pos
  @params_start_pos
end

#simple_tagObject

Returns the value of attribute simple_tag

Returns:

  • (Object)

    the current value of simple_tag



31
32
33
# File 'lib/webgen/utils/tag_parser.rb', line 31

def simple_tag
  @simple_tag
end

#start_posObject

Returns the value of attribute start_pos

Returns:

  • (Object)

    the current value of start_pos



31
32
33
# File 'lib/webgen/utils/tag_parser.rb', line 31

def start_pos
  @start_pos
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



31
32
33
# File 'lib/webgen/utils/tag_parser.rb', line 31

def state
  @state
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



31
32
33
# File 'lib/webgen/utils/tag_parser.rb', line 31

def tag
  @tag
end