Class: CephRuby::Lib::Rados::MonitorStatStruct
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- CephRuby::Lib::Rados::MonitorStatStruct
- Defined in:
- lib/ceph-ruby/lib/rados.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#to_hash ⇒ Object
115 116 117 118 |
# File 'lib/ceph-ruby/lib/rados.rb', line 115 def to_hash return {} if members.empty? Hash[* members.collect { |m| [m, self[m]] }.flatten!] end |