Class: Zen::Service::Plugins::Pluggable::Reflection

Inherits:
Struct
  • Object
show all
Defined in:
lib/zen/service/plugins/pluggable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#extensionObject

Returns the value of attribute extension

Returns:

  • (Object)

    the current value of extension



41
42
43
# File 'lib/zen/service/plugins/pluggable.rb', line 41

def extension
  @extension
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



41
42
43
# File 'lib/zen/service/plugins/pluggable.rb', line 41

def options
  @options
end