Class: Girb::SessionHistory::MethodDef
- Inherits:
-
Struct
- Object
- Struct
- Girb::SessionHistory::MethodDef
- Defined in:
- lib/girb/session_history.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#end_line ⇒ Object
Returns the value of attribute end_line.
-
#name ⇒ Object
Returns the value of attribute name.
-
#start_line ⇒ Object
Returns the value of attribute start_line.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
8 9 10 |
# File 'lib/girb/session_history.rb', line 8 def code @code end |
#end_line ⇒ Object
Returns the value of attribute end_line
8 9 10 |
# File 'lib/girb/session_history.rb', line 8 def end_line @end_line end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/girb/session_history.rb', line 8 def name @name end |
#start_line ⇒ Object
Returns the value of attribute start_line
8 9 10 |
# File 'lib/girb/session_history.rb', line 8 def start_line @start_line end |