Class: Yes::Core::Aggregate::Dsl::CommandShortcutExpander::CommandSpecification
- Inherits:
-
Data
- Object
- Data
- Yes::Core::Aggregate::Dsl::CommandShortcutExpander::CommandSpecification
- Defined in:
- lib/yes/core/aggregate/dsl/command_shortcut_expander.rb
Overview
Instance Attribute Summary collapse
-
#block ⇒ Object
readonly
Returns the value of attribute block.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#block ⇒ Object (readonly)
Returns the value of attribute block
13 14 15 |
# File 'lib/yes/core/aggregate/dsl/command_shortcut_expander.rb', line 13 def block @block end |
#name ⇒ Object (readonly)
Returns the value of attribute name
13 14 15 |
# File 'lib/yes/core/aggregate/dsl/command_shortcut_expander.rb', line 13 def name @name end |