Class: Sloprb::Parser::SlopMethod

Inherits:
Data
  • Object
show all
Defined in:
lib/sloprb/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#body_sketchObject (readonly)

Returns the value of attribute body_sketch

Returns:

  • (Object)

    the current value of body_sketch



5
6
7
# File 'lib/sloprb/parser.rb', line 5

def body_sketch
  @body_sketch
end

#enclosing_contextObject (readonly)

Returns the value of attribute enclosing_context

Returns:

  • (Object)

    the current value of enclosing_context



5
6
7
# File 'lib/sloprb/parser.rb', line 5

def enclosing_context
  @enclosing_context
end

#end_offsetObject (readonly)

Returns the value of attribute end_offset

Returns:

  • (Object)

    the current value of end_offset



5
6
7
# File 'lib/sloprb/parser.rb', line 5

def end_offset
  @end_offset
end

#leading_commentsObject (readonly)

Returns the value of attribute leading_comments

Returns:

  • (Object)

    the current value of leading_comments



5
6
7
# File 'lib/sloprb/parser.rb', line 5

def leading_comments
  @leading_comments
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/sloprb/parser.rb', line 5

def name
  @name
end

#parametersObject (readonly)

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



5
6
7
# File 'lib/sloprb/parser.rb', line 5

def parameters
  @parameters
end

#start_columnObject (readonly)

Returns the value of attribute start_column

Returns:

  • (Object)

    the current value of start_column



5
6
7
# File 'lib/sloprb/parser.rb', line 5

def start_column
  @start_column
end

#start_offsetObject (readonly)

Returns the value of attribute start_offset

Returns:

  • (Object)

    the current value of start_offset



5
6
7
# File 'lib/sloprb/parser.rb', line 5

def start_offset
  @start_offset
end