Class: ChupaText::ExternalCommand::SpawnLimitOptions

Inherits:
Object
  • Object
show all
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.



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

def initialize
  @options = {}
  set_default_options
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



58
59
60
# File 'lib/chupa-text/external-command.rb', line 58

def options
  @options
end