Class: PFS::Resources::Accounts::Status
- Defined in:
- lib/pfs/resources/accounts/status.rb
Constant Summary collapse
- CODES =
{ issued: 0, open: 1, deposit_only: 4, closed: 9 }
Instance Attribute Summary collapse
-
#cardStatus ⇒ Object
(also: #code)
Returns the value of attribute cardStatus.
-
#description ⇒ Object
Returns the value of attribute description.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from PFS::Resources::Base
Instance Attribute Details
#cardStatus ⇒ Object Also known as: code
Returns the value of attribute cardStatus.
13 14 15 |
# File 'lib/pfs/resources/accounts/status.rb', line 13 def cardStatus @cardStatus end |
#description ⇒ Object
Returns the value of attribute description.
13 14 15 |
# File 'lib/pfs/resources/accounts/status.rb', line 13 def description @description end |