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