Class: Yes::Core::Aggregate::Dsl::CommandShortcutExpander::AttributeSpecification

Inherits:
Data
  • Object
show all
Defined in:
lib/yes/core/aggregate/dsl/command_shortcut_expander.rb

Overview

Since:

  • 0.1.0

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/yes/core/aggregate/dsl/command_shortcut_expander.rb', line 14

def name
  @name
end

#optionsObject (readonly)

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



14
15
16
# File 'lib/yes/core/aggregate/dsl/command_shortcut_expander.rb', line 14

def options
  @options
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



14
15
16
# File 'lib/yes/core/aggregate/dsl/command_shortcut_expander.rb', line 14

def type
  @type
end