Class: Blur::CpuTime
- Inherits:
-
Object
- Object
- Blur::CpuTime
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/active_blur/thrift/blur_types.rb
Constant Summary collapse
- CPUTIME =
1
- REALTIME =
2
- FIELDS =
{ CPUTIME => {:type => ::Thrift::Types::I64, :name => 'cpuTime'}, REALTIME => {:type => ::Thrift::Types::I64, :name => 'realTime'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
458 |
# File 'lib/active_blur/thrift/blur_types.rb', line 458 def struct_fields; FIELDS; end |
#validate ⇒ Object
460 461 |
# File 'lib/active_blur/thrift/blur_types.rb', line 460 def validate end |