Class: Webgen::Utils::TagParser::ProcessingStruct
- Inherits:
-
Struct
- Object
- Struct
- Webgen::Utils::TagParser::ProcessingStruct
- Defined in:
- lib/webgen/utils/tag_parser.rb
Instance Attribute Summary collapse
-
#backslashes ⇒ Object
Returns the value of attribute backslashes.
-
#body_end_pos ⇒ Object
Returns the value of attribute body_end_pos.
-
#brackets ⇒ Object
Returns the value of attribute brackets.
-
#end_pos ⇒ Object
Returns the value of attribute end_pos.
-
#params_end_pos ⇒ Object
Returns the value of attribute params_end_pos.
-
#params_start_pos ⇒ Object
Returns the value of attribute params_start_pos.
-
#simple_tag ⇒ Object
Returns the value of attribute simple_tag.
-
#start_pos ⇒ Object
Returns the value of attribute start_pos.
-
#state ⇒ Object
Returns the value of attribute state.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Attribute Details
#backslashes ⇒ Object
Returns the value of attribute backslashes
31 32 33 |
# File 'lib/webgen/utils/tag_parser.rb', line 31 def backslashes @backslashes end |
#body_end_pos ⇒ Object
Returns the value of attribute body_end_pos
31 32 33 |
# File 'lib/webgen/utils/tag_parser.rb', line 31 def body_end_pos @body_end_pos end |
#brackets ⇒ Object
Returns the value of attribute brackets
31 32 33 |
# File 'lib/webgen/utils/tag_parser.rb', line 31 def brackets @brackets end |
#end_pos ⇒ Object
Returns the value of attribute end_pos
31 32 33 |
# File 'lib/webgen/utils/tag_parser.rb', line 31 def end_pos @end_pos end |
#params_end_pos ⇒ Object
Returns the value of attribute 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_pos ⇒ Object
Returns the value of attribute params_start_pos
31 32 33 |
# File 'lib/webgen/utils/tag_parser.rb', line 31 def params_start_pos @params_start_pos end |
#simple_tag ⇒ Object
Returns the value of attribute simple_tag
31 32 33 |
# File 'lib/webgen/utils/tag_parser.rb', line 31 def simple_tag @simple_tag end |
#start_pos ⇒ Object
Returns the value of attribute start_pos
31 32 33 |
# File 'lib/webgen/utils/tag_parser.rb', line 31 def start_pos @start_pos end |
#state ⇒ Object
Returns the value of attribute state
31 32 33 |
# File 'lib/webgen/utils/tag_parser.rb', line 31 def state @state end |
#tag ⇒ Object
Returns the value of attribute tag
31 32 33 |
# File 'lib/webgen/utils/tag_parser.rb', line 31 def tag @tag end |