Class: Elf::Policy::Transition

Inherits:
Object
  • Object
show all
Defined in:
lib/mithril/policy/dsl.rb

Direct Known Subclasses

Call, Data

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from.



10
11
12
# File 'lib/mithril/policy/dsl.rb', line 10

def from
  @from
end

#toObject

Returns the value of attribute to.



10
11
12
# File 'lib/mithril/policy/dsl.rb', line 10

def to
  @to
end