Sha256: 06080647a8f8c0ceb91b66a54efd217e7d4b71f02f61545f12ca57200909ac7f
Contents?: true
Size: 785 Bytes
Versions: 4
Compression:
Stored size: 785 Bytes
Contents
module AsposeWordsCloud # class ProtectionData < BaseObject attr_accessor :protection_type # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'protection_type' => :'ProtectionType' } end # attribute type def self.swagger_types { :'protection_type' => :'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[:'ProtectionType'] self.protection_type = attributes[:'ProtectionType'] end end end end
Version data entries
4 entries across 4 versions & 1 rubygems