Sha256: fc66eaaa21a51a37ef89d7932f815816f1a70d6a47ee69c0b878fa2300af3ced
Contents?: true
Size: 398 Bytes
Versions: 6
Compression:
Stored size: 398 Bytes
Contents
# TalonOne::Entity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Entity.new(id: null, created: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/Entity.md |
talon_one-2.3.0 | docs/Entity.md |
talon_one-2.2.0 | docs/Entity.md |
talon_one-2.1.1 | docs/Entity.md |
talon_one-2.1.0 | docs/Entity.md |
talon_one-2.0.0 | docs/Entity.md |