Sha256: 67c1ec633d3e3d20efb63d73b95e4f81ebdd2eae5663dab5af9b7e045ef36c16
Contents?: true
Size: 740 Bytes
Versions: 10
Compression:
Stored size: 740 Bytes
Contents
module AsposeCellsCloud # class PasswordRequest < BaseObject attr_accessor :password # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'password' => :'Password' } end # attribute type def self.swagger_types { :'password' => :'String' } 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[:'Password'] self.password = attributes[:'Password'] end end end end
Version data entries
10 entries across 10 versions & 1 rubygems