Class: CoAspects::Annotation

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

Instance Attribute Summary collapse

Instance Attribute Details

#aspectObject

Returns the value of attribute aspect

Returns:

  • (Object)

    the current value of aspect



2
3
4
# File 'lib/co_aspects/annotation.rb', line 2

def aspect
  @aspect
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



2
3
4
# File 'lib/co_aspects/annotation.rb', line 2

def block
  @block
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



2
3
4
# File 'lib/co_aspects/annotation.rb', line 2

def options
  @options
end