Class: Concord::Thrift::BoltMetricsService::Timer_args
- Inherits:
-
Object
- Object
- Concord::Thrift::BoltMetricsService::Timer_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/bolt_metrics_service.rb
Constant Summary collapse
- NAME =
1- DURATION =
2- FIELDS =
{ NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, DURATION => {:type => ::Thrift::Types::I64, :name => 'duration'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
173 |
# File 'lib/gen-rb/bolt_metrics_service.rb', line 173 def struct_fields; FIELDS; end |
#validate ⇒ Object
175 176 |
# File 'lib/gen-rb/bolt_metrics_service.rb', line 175 def validate end |