Class: RuboClaus::PrivateClause

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



6
7
8
# File 'lib/rubo_claus.rb', line 6

def args
  @args
end

#functionObject

Returns the value of attribute function

Returns:

  • (Object)

    the current value of function



6
7
8
# File 'lib/rubo_claus.rb', line 6

def function
  @function
end