Class: Concord::Thrift::BoltMetricsService::Timer_args

Inherits:
Object
  • Object
show all
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_fieldsObject



173
# File 'lib/gen-rb/bolt_metrics_service.rb', line 173

def struct_fields; FIELDS; end

#validateObject



175
176
# File 'lib/gen-rb/bolt_metrics_service.rb', line 175

def validate
end