Class: Roma::Command::Definition::ClassMethods::CommandParams

Inherits:
Struct
  • Object
show all
Defined in:
lib/roma/command/command_definition.rb

Overview

def_command_with_relay

Instance Attribute Summary collapse

Instance Attribute Details

#digestObject

Returns the value of attribute digest

Returns:

  • (Object)

    the current value of digest



54
55
56
# File 'lib/roma/command/command_definition.rb', line 54

def digest
  @digest
end

#hash_nameObject

Returns the value of attribute hash_name

Returns:

  • (Object)

    the current value of hash_name



54
55
56
# File 'lib/roma/command/command_definition.rb', line 54

def hash_name
  @hash_name
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



54
55
56
# File 'lib/roma/command/command_definition.rb', line 54

def key
  @key
end

#nodesObject

Returns the value of attribute nodes

Returns:

  • (Object)

    the current value of nodes



54
55
56
# File 'lib/roma/command/command_definition.rb', line 54

def nodes
  @nodes
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



54
55
56
# File 'lib/roma/command/command_definition.rb', line 54

def value
  @value
end

#vnObject

Returns the value of attribute vn

Returns:

  • (Object)

    the current value of vn



54
55
56
# File 'lib/roma/command/command_definition.rb', line 54

def vn
  @vn
end