Method: Gemfire::Statistic#content
- Defined in:
- lib/vas/gemfire/statistics.rb
#content {|chunk| ... } ⇒ void
This method returns an undefined value.
Retrieves the statistic’s content
70 71 72 |
# File 'lib/vas/gemfire/statistics.rb', line 70 def content(&block) client.get_stream(@content_location, &block) end |