Class: VirtualModule::BaseSourceProvider::KwargsConverter

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

Instance Attribute Summary collapse

Instance Attribute Details

#initializerObject

Returns the value of attribute initializer

Returns:

  • (Object)

    the current value of initializer



184
185
186
# File 'lib/virtual_module.rb', line 184

def initializer
  @initializer
end

#setterObject

Returns the value of attribute setter

Returns:

  • (Object)

    the current value of setter



184
185
186
# File 'lib/virtual_module.rb', line 184

def setter
  @setter
end

#varargsObject

Returns the value of attribute varargs

Returns:

  • (Object)

    the current value of varargs



184
185
186
# File 'lib/virtual_module.rb', line 184

def varargs
  @varargs
end