Sha256: 991b939af5a0803d210a044294bd5f0ca588839d01fd8faa05f4e4d13507f2b5
Contents?: true
Size: 888 Bytes
Versions: 1
Compression:
Stored size: 888 Bytes
Contents
module AsposeWordsCloud # class PreferredWidth < BaseObject attr_accessor :type, :value # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'type' => :'Type', # :'value' => :'Value' } end # attribute type def self.swagger_types { :'type' => :'String', :'value' => :'Float' } 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[:'Type'] self.type = attributes[:'Type'] end if attributes[:'Value'] self.value = attributes[:'Value'] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aspose_words_cloud-1.0.3 | lib/aspose_words_cloud/models/preferred_width.rb |