Class: VirtualModule::BaseSourceProvider::KwargsConverter
- Inherits:
-
Struct
- Object
- Struct
- VirtualModule::BaseSourceProvider::KwargsConverter
- Defined in:
- lib/virtual_module.rb
Instance Attribute Summary collapse
-
#initializer ⇒ Object
Returns the value of attribute initializer.
-
#setter ⇒ Object
Returns the value of attribute setter.
-
#varargs ⇒ Object
Returns the value of attribute varargs.
Instance Attribute Details
#initializer ⇒ Object
Returns the value of attribute initializer
184 185 186 |
# File 'lib/virtual_module.rb', line 184 def initializer @initializer end |
#setter ⇒ Object
Returns the value of attribute setter
184 185 186 |
# File 'lib/virtual_module.rb', line 184 def setter @setter end |
#varargs ⇒ Object
Returns the value of attribute varargs
184 185 186 |
# File 'lib/virtual_module.rb', line 184 def varargs @varargs end |