Method: PulpRpmClient::RpmModulemdResponse#to_hash
- Defined in:
- lib/pulp_rpm_client/models/rpm_modulemd_response.rb
#to_hash ⇒ Hash
Returns the object in the form of hash
386 387 388 389 390 391 392 393 394 395 396 397 398 |
# File 'lib/pulp_rpm_client/models/rpm_modulemd_response.rb', line 386 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) if value.nil? is_nullable = self.class.openapi_nullable.include?(attr) next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}")) end hash[param] = _to_hash(value) end hash end |