Class: Sloprb::Parser::SlopMethod
- Inherits:
-
Data
- Object
- Data
- Sloprb::Parser::SlopMethod
- Defined in:
- lib/sloprb/parser.rb
Instance Attribute Summary collapse
-
#body_sketch ⇒ Object
readonly
Returns the value of attribute body_sketch.
-
#enclosing_context ⇒ Object
readonly
Returns the value of attribute enclosing_context.
-
#end_offset ⇒ Object
readonly
Returns the value of attribute end_offset.
-
#leading_comments ⇒ Object
readonly
Returns the value of attribute leading_comments.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#parameters ⇒ Object
readonly
Returns the value of attribute parameters.
-
#start_column ⇒ Object
readonly
Returns the value of attribute start_column.
-
#start_offset ⇒ Object
readonly
Returns the value of attribute start_offset.
Instance Attribute Details
#body_sketch ⇒ Object (readonly)
Returns the value of attribute body_sketch
5 6 7 |
# File 'lib/sloprb/parser.rb', line 5 def body_sketch @body_sketch end |
#enclosing_context ⇒ Object (readonly)
Returns the value of attribute enclosing_context
5 6 7 |
# File 'lib/sloprb/parser.rb', line 5 def enclosing_context @enclosing_context end |
#end_offset ⇒ Object (readonly)
Returns the value of attribute end_offset
5 6 7 |
# File 'lib/sloprb/parser.rb', line 5 def end_offset @end_offset end |
#leading_comments ⇒ Object (readonly)
Returns the value of attribute leading_comments
5 6 7 |
# File 'lib/sloprb/parser.rb', line 5 def leading_comments @leading_comments end |
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/sloprb/parser.rb', line 5 def name @name end |
#parameters ⇒ Object (readonly)
Returns the value of attribute parameters
5 6 7 |
# File 'lib/sloprb/parser.rb', line 5 def parameters @parameters end |
#start_column ⇒ Object (readonly)
Returns the value of attribute start_column
5 6 7 |
# File 'lib/sloprb/parser.rb', line 5 def start_column @start_column end |
#start_offset ⇒ Object (readonly)
Returns the value of attribute start_offset
5 6 7 |
# File 'lib/sloprb/parser.rb', line 5 def start_offset @start_offset end |