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
30 31 32 |
# File 'lib/webgen/utils/tag_parser.rb', line 30 def backslashes @backslashes end |
#body_end_pos ⇒ Object
Returns the value of attribute body_end_pos
30 31 32 |
# File 'lib/webgen/utils/tag_parser.rb', line 30 def body_end_pos @body_end_pos end |
#brackets ⇒ Object
Returns the value of attribute brackets
30 31 32 |
# File 'lib/webgen/utils/tag_parser.rb', line 30 def brackets @brackets end |
#end_pos ⇒ Object
Returns the value of attribute end_pos
30 31 32 |
# File 'lib/webgen/utils/tag_parser.rb', line 30 def end_pos @end_pos end |
#params_end_pos ⇒ Object
Returns the value of attribute 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_pos ⇒ Object
Returns the value of attribute params_start_pos
30 31 32 |
# File 'lib/webgen/utils/tag_parser.rb', line 30 def params_start_pos @params_start_pos end |
#simple_tag ⇒ Object
Returns the value of attribute simple_tag
30 31 32 |
# File 'lib/webgen/utils/tag_parser.rb', line 30 def simple_tag @simple_tag end |
#start_pos ⇒ Object
Returns the value of attribute start_pos
30 31 32 |
# File 'lib/webgen/utils/tag_parser.rb', line 30 def start_pos @start_pos end |
#state ⇒ Object
Returns the value of attribute state
30 31 32 |
# File 'lib/webgen/utils/tag_parser.rb', line 30 def state @state end |
#tag ⇒ Object
Returns the value of attribute tag
30 31 32 |
# File 'lib/webgen/utils/tag_parser.rb', line 30 def tag @tag end |