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



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

def backslashes
  @backslashes
end

#body_end_posObject

Returns the value of attribute body_end_pos

Returns:

  • (Object)

    the current value of body_end_pos



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

def body_end_pos
  @body_end_pos
end

#bracketsObject

Returns the value of attribute brackets

Returns:

  • (Object)

    the current value of brackets



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

def brackets
  @brackets
end

#end_posObject

Returns the value of attribute end_pos

Returns:

  • (Object)

    the current value of end_pos



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

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



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

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



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

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



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

def simple_tag
  @simple_tag
end

#start_posObject

Returns the value of attribute start_pos

Returns:

  • (Object)

    the current value of start_pos



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

def start_pos
  @start_pos
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



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

def state
  @state
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



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

def tag
  @tag
end