Exception: TddiumError

Inherits:
Exception
  • Object
show all
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     # Log your unix user in to a tddium account
tddium logout   # Log out

tddium   # View/Manage account information
tddium password # Change password

tddium help     # Print this usage message

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ TddiumError

Returns a new instance of TddiumError.



32
33
34
# File 'lib/tddium.rb', line 32

def initialize(message)
  @message = message
end

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



30
31
32
# File 'lib/tddium.rb', line 30

def message
  @message
end