Class: Storm::ShellComponent

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/storm/thrift/storm_types.rb

Constant Summary collapse

EXECUTION_COMMAND =
1
SCRIPT =
2
FIELDS =
{
  EXECUTION_COMMAND => {:type => ::Thrift::Types::STRING, :name => 'execution_command'},
  SCRIPT => {:type => ::Thrift::Types::STRING, :name => 'script'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



213
# File 'lib/storm/thrift/storm_types.rb', line 213

def struct_fields; FIELDS; end

#validateObject



215
216
# File 'lib/storm/thrift/storm_types.rb', line 215

def validate
end