Class: Girb::SessionHistory::MethodDef

Inherits:
Struct
  • Object
show all
Defined in:
lib/girb/session_history.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



8
9
10
# File 'lib/girb/session_history.rb', line 8

def code
  @code
end

#end_lineObject

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



8
9
10
# File 'lib/girb/session_history.rb', line 8

def end_line
  @end_line
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/girb/session_history.rb', line 8

def name
  @name
end

#start_lineObject

Returns the value of attribute start_line

Returns:

  • (Object)

    the current value of start_line



8
9
10
# File 'lib/girb/session_history.rb', line 8

def start_line
  @start_line
end