Class: Textus::Application::UseCase::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/application/use_case.rb

Instance Attribute Summary collapse

Instance Attribute Details

#caps_kindObject (readonly)

Returns the value of attribute caps_kind

Returns:

  • (Object)

    the current value of caps_kind



7
8
9
# File 'lib/textus/application/use_case.rb', line 7

def caps_kind
  @caps_kind
end

#modObject (readonly)

Returns the value of attribute mod

Returns:

  • (Object)

    the current value of mod



7
8
9
# File 'lib/textus/application/use_case.rb', line 7

def mod
  @mod
end

#verbObject (readonly)

Returns the value of attribute verb

Returns:

  • (Object)

    the current value of verb



7
8
9
# File 'lib/textus/application/use_case.rb', line 7

def verb
  @verb
end