Class: ChupaText::ExternalCommand::SpawnLimitOptions

Inherits:
Object
  • Object
show all
Includes:
Loggable
Defined in:
lib/chupa-text/external-command.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSpawnLimitOptions

Returns a new instance of SpawnLimitOptions.



62
63
64
65
# File 'lib/chupa-text/external-command.rb', line 62

def initialize
  @options = {}
  set_default_options
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



61
62
63
# File 'lib/chupa-text/external-command.rb', line 61

def options
  @options
end