Method: NucleusApi::StatisticResourceVO#to_hash
- Defined in:
- lib/nucleus_api/models/statistic_resource_vo.rb
#to_hash ⇒ Hash
Returns the object in the form of hash
181 182 183 184 185 186 187 188 |
# File 'lib/nucleus_api/models/statistic_resource_vo.rb', line 181 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) hash[param] = _to_hash(value) end hash end |