Exception: TddiumError
- Inherits:
-
Exception
- Object
- Exception
- TddiumError
- Defined in:
- lib/tddium.rb
Overview
Usage:
tddium suite # Register the suite for this rails app, or manage its settings
tddium spec # Run the test suite
tddium status # Display information about this suite, and any open dev sessions
tddium login # Log your unix user in to a tddium account
tddium logout # Log out
tddium account # View/Manage account information
tddium password # Change password
tddium help # Print this usage message
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ TddiumError
constructor
A new instance of TddiumError.
Constructor Details
#initialize(message) ⇒ TddiumError
Returns a new instance of TddiumError.
32 33 34 |
# File 'lib/tddium.rb', line 32 def initialize() @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
30 31 32 |
# File 'lib/tddium.rb', line 30 def @message end |