Class: Concord::Thrift::BoltManagerService::SetEnvironmentVar_args
- Inherits:
-
Object
- Object
- Concord::Thrift::BoltManagerService::SetEnvironmentVar_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/bolt_manager_service.rb
Overview
HELPER FUNCTIONS AND STRUCTURES
Constant Summary collapse
- NAME =
1
- VALUE =
2
- FIELDS =
{ NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, VALUE => {:type => ::Thrift::Types::STRING, :name => 'value'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
87 |
# File 'lib/gen-rb/bolt_manager_service.rb', line 87 def struct_fields; FIELDS; end |
#validate ⇒ Object
89 90 |
# File 'lib/gen-rb/bolt_manager_service.rb', line 89 def validate end |