Sha256: b712cbc4dd1bd78b69727ad5734ffac797ffd6fe61b6255b224000bed9098f51
Contents?: true
Size: 734 Bytes
Versions: 2
Compression:
Stored size: 734 Bytes
Contents
module DeploymentTrackerClient # class ObjectResponse < BaseObject attr_accessor :message # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'message' => :'message' } end # attribute type def self.swagger_types { :'message' => :'object' } end def initialize(attributes = {}) return if !attributes.is_a?(Hash) || attributes.empty? # convert string to symbol for hash key attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo} if attributes[:'message'] @message = attributes[:'message'] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
deployment-tracker-client-0.1.2 | lib/deployment-tracker-client/models/object_response.rb |
deployment-tracker-client-0.1.0 | lib/deployment-tracker-client/models/object_response.rb |