Class: Tempest::AccountsStore::Account

Inherits:
Data
  • Object
show all
Defined in:
lib/tempest/accounts_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#added_atObject (readonly)

Returns the value of attribute added_at

Returns:

  • (Object)

    the current value of added_at



22
23
24
# File 'lib/tempest/accounts_store.rb', line 22

def added_at
  @added_at
end

#didObject (readonly)

Returns the value of attribute did

Returns:

  • (Object)

    the current value of did



22
23
24
# File 'lib/tempest/accounts_store.rb', line 22

def did
  @did
end

#handleObject (readonly)

Returns the value of attribute handle

Returns:

  • (Object)

    the current value of handle



22
23
24
# File 'lib/tempest/accounts_store.rb', line 22

def handle
  @handle
end

#identifierObject (readonly)

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



22
23
24
# File 'lib/tempest/accounts_store.rb', line 22

def identifier
  @identifier
end

#pds_hostObject (readonly)

Returns the value of attribute pds_host

Returns:

  • (Object)

    the current value of pds_host



22
23
24
# File 'lib/tempest/accounts_store.rb', line 22

def pds_host
  @pds_host
end