Sha256: 0747e9fa17ce8aaeb5684e1b16430cbe47ab8864a9d651119c8289bc963703fe

Contents?: true

Size: 978 Bytes

Versions: 4

Compression:

Stored size: 978 Bytes

Contents

module AsposeWordsCloud
  # 
  class SearchResult < BaseObject
    attr_accessor :range_start, :range_end
    # attribute mapping from ruby-style variable name to JSON key
    def self.attribute_map
      {
        
        # 
        :'range_start' => :'RangeStart',
        
        # 
        :'range_end' => :'RangeEnd'
        
      }
    end

    # attribute type
    def self.swagger_types
      {
        :'range_start' => :'DocumentPosition',
        :'range_end' => :'DocumentPosition'
        
      }
    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[:'RangeStart']
        self.range_start = attributes[:'RangeStart']
      end
      
      if attributes[:'RangeEnd']
        self.range_end = attributes[:'RangeEnd']
      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/search_result.rb
aspose_words_cloud-1.0.2 lib/aspose_words_cloud/models/search_result.rb
aspose_words_cloud-1.0.1 lib/aspose_words_cloud/models/search_result.rb
aspose_words_cloud-1.0.0 lib/aspose_words_cloud/models/search_result.rb