Module: Rancher::Classify

Included in:
Client, Connection
Defined in:
lib/rancher/classify.rb

Overview

Convert Results into a Ruby Class

Instance Method Summary collapse

Instance Method Details

#classify(data) ⇒ Object



8
9
10
# File 'lib/rancher/classify.rb', line 8

def classify(data)
  classify_recursive(data)
end