Class: Tempest::AccountsStore::Account
- Inherits:
-
Data
- Object
- Data
- Tempest::AccountsStore::Account
- Defined in:
- lib/tempest/accounts_store.rb
Instance Attribute Summary collapse
-
#added_at ⇒ Object
readonly
Returns the value of attribute added_at.
-
#did ⇒ Object
readonly
Returns the value of attribute did.
-
#handle ⇒ Object
readonly
Returns the value of attribute handle.
-
#identifier ⇒ Object
readonly
Returns the value of attribute identifier.
-
#pds_host ⇒ Object
readonly
Returns the value of attribute pds_host.
Instance Attribute Details
#added_at ⇒ Object (readonly)
Returns the value of attribute added_at
22 23 24 |
# File 'lib/tempest/accounts_store.rb', line 22 def added_at @added_at end |
#did ⇒ Object (readonly)
Returns the value of attribute did
22 23 24 |
# File 'lib/tempest/accounts_store.rb', line 22 def did @did end |
#handle ⇒ Object (readonly)
Returns the value of attribute handle
22 23 24 |
# File 'lib/tempest/accounts_store.rb', line 22 def handle @handle end |
#identifier ⇒ Object (readonly)
Returns the value of attribute identifier
22 23 24 |
# File 'lib/tempest/accounts_store.rb', line 22 def identifier @identifier end |
#pds_host ⇒ Object (readonly)
Returns the value of attribute pds_host
22 23 24 |
# File 'lib/tempest/accounts_store.rb', line 22 def pds_host @pds_host end |