Exception: VAProfile::VeteranStatus::VAProfileError
- Inherits:
-
StandardError
- Object
- StandardError
- VAProfile::VeteranStatus::VAProfileError
- Defined in:
- lib/va_profile/veteran_status/va_profile_error.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(status: nil) ⇒ VAProfileError
constructor
A new instance of VAProfileError.
Constructor Details
#initialize(status: nil) ⇒ VAProfileError
Returns a new instance of VAProfileError.
14 15 16 17 |
# File 'lib/va_profile/veteran_status/va_profile_error.rb', line 14 def initialize(status: nil) super() @status = status end |
Instance Attribute Details
#status ⇒ Object (readonly)
Returns the value of attribute status.
10 11 12 |
# File 'lib/va_profile/veteran_status/va_profile_error.rb', line 10 def status @status end |