Class: Textus::Command::Enqueue

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



14
15
16
# File 'lib/textus/command.rb', line 14

def args
  @args
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



14
15
16
# File 'lib/textus/command.rb', line 14

def role
  @role
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



14
15
16
# File 'lib/textus/command.rb', line 14

def type
  @type
end