Class: FlumeMasterCommandThrift
- Inherits:
-
Object
- Object
- FlumeMasterCommandThrift
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/mastercontrol_types.rb
Constant Summary collapse
- COMMAND =
1
- ARGUMENTS =
2
- FIELDS =
{ COMMAND => {:type => ::Thrift::Types::STRING, :name => 'command'}, ARGUMENTS => {:type => ::Thrift::Types::LIST, :name => 'arguments', :element => {:type => ::Thrift::Types::STRING}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
20 |
# File 'lib/thrift/mastercontrol_types.rb', line 20 def struct_fields; FIELDS; end |
#validate ⇒ Object
22 23 |
# File 'lib/thrift/mastercontrol_types.rb', line 22 def validate end |