Class: CoAspects::Annotation
- Inherits:
-
Struct
- Object
- Struct
- CoAspects::Annotation
- Defined in:
- lib/co_aspects/annotation.rb
Instance Attribute Summary collapse
-
#aspect ⇒ Object
Returns the value of attribute aspect.
-
#block ⇒ Object
Returns the value of attribute block.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#aspect ⇒ Object
Returns the value of attribute aspect
2 3 4 |
# File 'lib/co_aspects/annotation.rb', line 2 def aspect @aspect end |
#block ⇒ Object
Returns the value of attribute block
2 3 4 |
# File 'lib/co_aspects/annotation.rb', line 2 def block @block end |
#options ⇒ Object
Returns the value of attribute options
2 3 4 |
# File 'lib/co_aspects/annotation.rb', line 2 def @options end |