Class: Stratagem::ApplicationExtensions::Models::Annotations::AdapterDescriptor

Inherits:
Struct
  • Object
show all
Defined in:
lib/stratagem/framework_extensions/models/annotations.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detectorObject

Returns the value of attribute detector

Returns:

  • (Object)

    the current value of detector



23
24
25
# File 'lib/stratagem/framework_extensions/models/annotations.rb', line 23

def detector
  @detector
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



23
24
25
# File 'lib/stratagem/framework_extensions/models/annotations.rb', line 23

def 
  @metadata
end

#tracingObject

Returns the value of attribute tracing

Returns:

  • (Object)

    the current value of tracing



23
24
25
# File 'lib/stratagem/framework_extensions/models/annotations.rb', line 23

def tracing
  @tracing
end