Class: Jp::JobPoolInstrumented::Empty_count_args
- Inherits:
-
Object
- Object
- Jp::JobPoolInstrumented::Empty_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
317 |
# File 'lib/rb/jp/gen-rb/job_pool_instrumented.rb', line 317 def struct_fields; FIELDS; end |
#validate ⇒ Object
319 320 321 |
# File 'lib/rb/jp/gen-rb/job_pool_instrumented.rb', line 319 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field pool_name is unset!') unless @pool_name end |