Class: Rea::AspectType::DueDateType
- Defined in:
- lib/rea/aspect_type/due_date_type.rb
Instance Attribute Summary collapse
-
#activation_rule ⇒ Object
readonly
Returns the value of attribute activation_rule.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Rea::AspectType::Base
Instance Attribute Details
#activation_rule ⇒ Object (readonly)
Returns the value of attribute activation_rule.
3 4 5 |
# File 'lib/rea/aspect_type/due_date_type.rb', line 3 def activation_rule @activation_rule end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
3 4 5 |
# File 'lib/rea/aspect_type/due_date_type.rb', line 3 def name @name end |