Class: Akaza::Ruby2ws::MethodDefinition
- Inherits:
-
Struct
- Object
- Struct
- Akaza::Ruby2ws::MethodDefinition
- Defined in:
- lib/akaza/ruby2ws.rb
Instance Attribute Summary collapse
-
#args_count ⇒ Object
Returns the value of attribute args_count.
-
#body ⇒ Object
Returns the value of attribute body.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#lvar_table ⇒ Object
Returns the value of attribute lvar_table.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#args_count ⇒ Object
Returns the value of attribute args_count
33 34 35 |
# File 'lib/akaza/ruby2ws.rb', line 33 def args_count @args_count end |
#body ⇒ Object
Returns the value of attribute body
33 34 35 |
# File 'lib/akaza/ruby2ws.rb', line 33 def body @body end |
#klass ⇒ Object
Returns the value of attribute klass
33 34 35 |
# File 'lib/akaza/ruby2ws.rb', line 33 def klass @klass end |
#lvar_table ⇒ Object
Returns the value of attribute lvar_table
33 34 35 |
# File 'lib/akaza/ruby2ws.rb', line 33 def lvar_table @lvar_table end |
#name ⇒ Object
Returns the value of attribute name
33 34 35 |
# File 'lib/akaza/ruby2ws.rb', line 33 def name @name end |