Class: Phaxio::Resources::Ata::Reference
- Inherits:
-
Object
- Object
- Phaxio::Resources::Ata::Reference
- Defined in:
- lib/phaxio/resources/ata.rb
Overview
A reference to an ATA. This is returned by certain actions which don’t return the full ATA.
Instance Attribute Summary collapse
-
#id ⇒ Integer
The ID of the referenced ATA.
Instance Method Summary collapse
-
#get ⇒ Phaxio::Resources::ATA
(also: #retrieve, #find)
Gets the referenced ATA.
- #to_i ⇒ Object
Instance Attribute Details
#id ⇒ Integer
Returns The ID of the referenced ATA.
61 62 63 |
# File 'lib/phaxio/resources/ata.rb', line 61 def id @id end |