Class: Jp::JobPoolInstrumented::Acquire_count_args
- Inherits:
-
Object
- Object
- Jp::JobPoolInstrumented::Acquire_count_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/rb/jp/gen-rb/job_pool_instrumented.rb
Constant Summary collapse
- POOL_NAME =
1
- FIELDS =
{ POOL_NAME => {:type => ::Thrift::Types::STRING, :name => 'pool_name'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
282 |
# File 'lib/rb/jp/gen-rb/job_pool_instrumented.rb', line 282 def struct_fields; FIELDS; end |
#validate ⇒ Object
284 285 286 |
# File 'lib/rb/jp/gen-rb/job_pool_instrumented.rb', line 284 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field pool_name is unset!') unless @pool_name end |