Class: Storm::ShellComponent
- Inherits:
-
Object
- Object
- Storm::ShellComponent
- 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_fields ⇒ Object
213 |
# File 'lib/storm/thrift/storm_types.rb', line 213 def struct_fields; FIELDS; end |
#validate ⇒ Object
215 216 |
# File 'lib/storm/thrift/storm_types.rb', line 215 def validate end |