Method: MiOS::Device#attributes
- Defined in:
- lib/mios/device.rb
#attributes ⇒ Object
20 21 22 23 24 |
# File 'lib/mios/device.rb', line 20 def attributes @attributes ||= @status_info.select do |key, val| !val.kind_of?(Hash) && !val.kind_of?(Array) end end |