Class: Contextually::Role

Inherits:
Struct
  • Object
show all
Defined in:
lib/contextually/definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#beforeObject

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



2
3
4
# File 'lib/contextually/definition.rb', line 2

def before
  @before
end

#deny_accessObject

Returns the value of attribute deny_access

Returns:

  • (Object)

    the current value of deny_access



2
3
4
# File 'lib/contextually/definition.rb', line 2

def deny_access
  @deny_access
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/contextually/definition.rb', line 2

def name
  @name
end