Class: Textus::Application::UseCase::Entry
- Inherits:
-
Data
- Object
- Data
- Textus::Application::UseCase::Entry
- Defined in:
- lib/textus/application/use_case.rb
Instance Attribute Summary collapse
-
#caps_kind ⇒ Object
readonly
Returns the value of attribute caps_kind.
-
#mod ⇒ Object
readonly
Returns the value of attribute mod.
-
#verb ⇒ Object
readonly
Returns the value of attribute verb.
Instance Attribute Details
#caps_kind ⇒ Object (readonly)
Returns the value of attribute caps_kind
7 8 9 |
# File 'lib/textus/application/use_case.rb', line 7 def caps_kind @caps_kind end |
#mod ⇒ Object (readonly)
Returns the value of attribute mod
7 8 9 |
# File 'lib/textus/application/use_case.rb', line 7 def mod @mod end |
#verb ⇒ Object (readonly)
Returns the value of attribute verb
7 8 9 |
# File 'lib/textus/application/use_case.rb', line 7 def verb @verb end |