Class: Akaza::Ruby2ws::MethodDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/akaza/ruby2ws.rb

Instance Attribute Summary collapse

Instance Attribute Details

#args_countObject

Returns the value of attribute args_count

Returns:

  • (Object)

    the current value of args_count



33
34
35
# File 'lib/akaza/ruby2ws.rb', line 33

def args_count
  @args_count
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



33
34
35
# File 'lib/akaza/ruby2ws.rb', line 33

def body
  @body
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



33
34
35
# File 'lib/akaza/ruby2ws.rb', line 33

def klass
  @klass
end

#lvar_tableObject

Returns the value of attribute lvar_table

Returns:

  • (Object)

    the current value of lvar_table



33
34
35
# File 'lib/akaza/ruby2ws.rb', line 33

def lvar_table
  @lvar_table
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



33
34
35
# File 'lib/akaza/ruby2ws.rb', line 33

def name
  @name
end