Class: Elf::Policy::Transition
- Inherits:
-
Object
- Object
- Elf::Policy::Transition
- Defined in:
- lib/mithril/policy/dsl.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from.
10 11 12 |
# File 'lib/mithril/policy/dsl.rb', line 10 def from @from end |
#to ⇒ Object
Returns the value of attribute to.
10 11 12 |
# File 'lib/mithril/policy/dsl.rb', line 10 def to @to end |