Sha256: 0670ce49092039de902b109e5c4e39f42380e43f7de919f5c5e55ef84bd9eb38
Contents?: true
Size: 523 Bytes
Versions: 6
Compression:
Stored size: 523 Bytes
Contents
# TalonOne::ItemAttribute ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attributeid** | **Integer** | The ID of the attribute of the item. | **name** | **String** | The name of the attribute. | **value** | [**Object**](.md) | The value of the attribute. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ItemAttribute.new(attributeid: 6, name: null, value: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems