Class: Contextually::Role
- Inherits:
-
Struct
- Object
- Struct
- Contextually::Role
- Defined in:
- lib/contextually/definition.rb
Instance Attribute Summary collapse
-
#before ⇒ Object
Returns the value of attribute before.
-
#deny_access ⇒ Object
Returns the value of attribute deny_access.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#before ⇒ Object
Returns the value of attribute before
2 3 4 |
# File 'lib/contextually/definition.rb', line 2 def before @before end |
#deny_access ⇒ Object
Returns the value of attribute deny_access
2 3 4 |
# File 'lib/contextually/definition.rb', line 2 def deny_access @deny_access end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/contextually/definition.rb', line 2 def name @name end |