Class: Ricecream::ICMethod
- Inherits:
-
Struct
- Object
- Struct
- Ricecream::ICMethod
- Defined in:
- lib/ricecream/ic_method.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#arity ⇒ Object
Returns the value of attribute arity.
-
#column ⇒ Object
Returns the value of attribute column.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
-
#name ⇒ Object
Returns the value of attribute name.
-
#script ⇒ Object
Returns the value of attribute script.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
4 5 6 |
# File 'lib/ricecream/ic_method.rb', line 4 def args @args end |
#arity ⇒ Object
Returns the value of attribute arity
4 5 6 |
# File 'lib/ricecream/ic_method.rb', line 4 def arity @arity end |
#column ⇒ Object
Returns the value of attribute column
4 5 6 |
# File 'lib/ricecream/ic_method.rb', line 4 def column @column end |
#lineno ⇒ Object
Returns the value of attribute lineno
4 5 6 |
# File 'lib/ricecream/ic_method.rb', line 4 def lineno @lineno end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/ricecream/ic_method.rb', line 4 def name @name end |
#script ⇒ Object
Returns the value of attribute script
4 5 6 |
# File 'lib/ricecream/ic_method.rb', line 4 def script @script end |