Class: Hecks::Bluebook::Invariant
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::Invariant
- Defined in:
- lib/hecks/bluebook/value_object.rb
Instance Attribute Summary collapse
-
#canonical ⇒ Object
Returns the value of attribute canonical.
-
#description ⇒ Object
Returns the value of attribute description.
-
#predicate ⇒ Object
Returns the value of attribute predicate.
Instance Attribute Details
#canonical ⇒ Object
Returns the value of attribute canonical
5 6 7 |
# File 'lib/hecks/bluebook/value_object.rb', line 5 def canonical @canonical end |
#description ⇒ Object
Returns the value of attribute description
5 6 7 |
# File 'lib/hecks/bluebook/value_object.rb', line 5 def description @description end |
#predicate ⇒ Object
Returns the value of attribute predicate
5 6 7 |
# File 'lib/hecks/bluebook/value_object.rb', line 5 def predicate @predicate end |