Sha256: 59b62941e1a52d509910ca4b71adeea6e529c085a9f4d279da4960be8c7feacb
Contents?: true
Size: 973 Bytes
Versions: 4
Compression:
Stored size: 973 Bytes
Contents
module AsposeWordsCloud # class DocumentEntry < BaseObject attr_accessor :href, :import_format_mode # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'href' => :'Href', # :'import_format_mode' => :'ImportFormatMode' } end # attribute type def self.swagger_types { :'href' => :'String', :'import_format_mode' => :'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[:'Href'] self.href = attributes[:'Href'] end if attributes[:'ImportFormatMode'] self.import_format_mode = attributes[:'ImportFormatMode'] end end end end
Version data entries
4 entries across 4 versions & 1 rubygems