Module: IceMX::TopicMetrics_mixin
Constant Summary collapse
- ICE_TYPE =
T_TopicMetrics
Constants included from Ice::Object_mixin
Ice::Object_mixin::OP_ice_id, Ice::Object_mixin::OP_ice_ids, Ice::Object_mixin::OP_ice_isA, Ice::Object_mixin::OP_ice_ping
Instance Attribute Summary collapse
-
#forwarded ⇒ Object
Returns the value of attribute forwarded.
-
#published ⇒ Object
Returns the value of attribute published.
Attributes included from Metrics_mixin
#current, #failures, #id, #total, #totalLifetime
Attributes included from Ice::Object_mixin
Instance Method Summary collapse
Methods included from Ice::Object_mixin
Instance Attribute Details
#forwarded ⇒ Object
Returns the value of attribute forwarded.
43 44 45 |
# File 'lib/IceStorm/Metrics.rb', line 43 def forwarded @forwarded end |
#published ⇒ Object
Returns the value of attribute published.
43 44 45 |
# File 'lib/IceStorm/Metrics.rb', line 43 def published @published end |
Instance Method Details
#ice_id(current = nil) ⇒ Object
35 36 37 |
# File 'lib/IceStorm/Metrics.rb', line 35 def ice_id(current=nil) '::IceMX::TopicMetrics' end |
#ice_ids(current = nil) ⇒ Object
31 32 33 |
# File 'lib/IceStorm/Metrics.rb', line 31 def ice_ids(current=nil) ['::Ice::Object', '::IceMX::Metrics', '::IceMX::TopicMetrics'] end |
#inspect ⇒ Object
39 40 41 |
# File 'lib/IceStorm/Metrics.rb', line 39 def inspect ::Ice::__stringify(self, T_TopicMetrics) end |