Class: Unroller::Call
- Inherits:
-
Struct
- Object
- Struct
- Unroller::Call
- Defined in:
- lib/unroller.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#line_num ⇒ Object
Returns the value of attribute line_num.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
152 153 154 |
# File 'lib/unroller.rb', line 152 def file @file end |
#full_name ⇒ Object
Returns the value of attribute full_name
152 153 154 |
# File 'lib/unroller.rb', line 152 def full_name @full_name end |
#klass ⇒ Object
Returns the value of attribute klass
152 153 154 |
# File 'lib/unroller.rb', line 152 def klass @klass end |
#line_num ⇒ Object
Returns the value of attribute line_num
152 153 154 |
# File 'lib/unroller.rb', line 152 def line_num @line_num end |
#name ⇒ Object
Returns the value of attribute name
152 153 154 |
# File 'lib/unroller.rb', line 152 def name @name end |