Sha256: 5808a28c739099aa5ffb752d0237b84b8dee904efcce2a77dc2de95c3110409c

Contents?: true

Size: 1.41 KB

Versions: 5

Compression:

Stored size: 1.41 KB

Contents

module AsposeBarcodeCloud
  # 
  class BarcodeResponse < BaseObject
    attr_accessor :barcode_value, :barcode_type, :region, :checksum
    # attribute mapping from ruby-style variable name to JSON key
    def self.attribute_map
      {
        
        # 
        :'barcode_value' => :'BarcodeValue',
        
        # 
        :'barcode_type' => :'BarcodeType',
        
        # 
        :'region' => :'Region',
        
        # 
        :'checksum' => :'Checksum'
        
      }
    end

    # attribute type
    def self.swagger_types
      {
        :'barcode_value' => :'String',
        :'barcode_type' => :'String',
        :'region' => :'Array<String>',
        :'checksum' => :'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[:'BarcodeValue']
        self.barcode_value = attributes[:'BarcodeValue']
      end
      
      if attributes[:'BarcodeType']
        self.barcode_type = attributes[:'BarcodeType']
      end
      
      if attributes[:'Region']
        if (value = attributes[:'Region']).is_a?(Array)
          self.region = value
        end
      end
      
      if attributes[:'Checksum']
        self.checksum = attributes[:'Checksum']
      end
      
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
aspose_barcode_cloud-1.0.4 lib/aspose_barcode_cloud/models/barcode_response.rb
aspose_barcode_cloud-1.0.3 lib/aspose_barcode_cloud/models/barcode_response.rb
aspose_barcode_cloud-1.0.2 lib/aspose_barcode_cloud/models/barcode_response.rb
aspose_barcode_cloud-1.0.1 lib/aspose_barcode_cloud/models/barcode_response.rb
aspose_barcode_cloud-1.0.0 lib/aspose_barcode_cloud/models/barcode_response.rb