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

Version Path
talon_one-7.0.0 docs/ItemAttribute.md
talon_one-6.0.0 docs/ItemAttribute.md
talon_one-5.0.0 docs/ItemAttribute.md
talon_one-3.0.2 docs/ItemAttribute.md
talon_one-3.0.1 docs/ItemAttribute.md
talon_one-3.0.0 docs/ItemAttribute.md