Class: Excom::Plugins::Pluggable::Reflection

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

Instance Attribute Summary collapse

Instance Attribute Details

#extensionObject

Returns the value of attribute extension

Returns:

  • (Object)

    the current value of extension



34
35
36
# File 'lib/excom/plugins/pluggable.rb', line 34

def extension
  @extension
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



34
35
36
# File 'lib/excom/plugins/pluggable.rb', line 34

def options
  @options
end