Sha256: 6e8d96a36b788b21eebcba11ee4a60c61e00f0ea1b7a32afddf8f92fca1d6605

Contents?: true

Size: 1.22 KB

Versions: 4

Compression:

Stored size: 1.22 KB

Contents

module AsposeWordsCloud
  # 
  class SplitDocumentResult < BaseObject
    attr_accessor :source_document, :pages, :zipped_pages
    # attribute mapping from ruby-style variable name to JSON key
    def self.attribute_map
      {
        
        # 
        :'source_document' => :'SourceDocument',
        
        # 
        :'pages' => :'Pages',
        
        # 
        :'zipped_pages' => :'ZippedPages'
        
      }
    end

    # attribute type
    def self.swagger_types
      {
        :'source_document' => :'Link',
        :'pages' => :'Array<Link>',
        :'zipped_pages' => :'Link'
        
      }
    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[:'SourceDocument']
        self.source_document = attributes[:'SourceDocument']
      end
      
      if attributes[:'Pages']
        if (value = attributes[:'Pages']).is_a?(Array)
          self.pages = value
        end
      end
      
      if attributes[:'ZippedPages']
        self.zipped_pages = attributes[:'ZippedPages']
      end
      
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aspose_words_cloud-1.0.3 lib/aspose_words_cloud/models/split_document_result.rb
aspose_words_cloud-1.0.2 lib/aspose_words_cloud/models/split_document_result.rb
aspose_words_cloud-1.0.1 lib/aspose_words_cloud/models/split_document_result.rb
aspose_words_cloud-1.0.0 lib/aspose_words_cloud/models/split_document_result.rb