Class: Hecks::Bluebook::Given
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::Given
- Defined in:
- lib/hecks/bluebook/command.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
6 7 8 |
# File 'lib/hecks/bluebook/command.rb', line 6 def canonical @canonical end |
#description ⇒ Object
Returns the value of attribute description
6 7 8 |
# File 'lib/hecks/bluebook/command.rb', line 6 def description @description end |
#predicate ⇒ Object
Returns the value of attribute predicate
6 7 8 |
# File 'lib/hecks/bluebook/command.rb', line 6 def predicate @predicate end |