Class: InactiveAccountException
- Inherits:
-
Object
- Object
- InactiveAccountException
- Defined in:
- lib/crowd/soap/default.rb
Overview
http://exception.integration.crowd.atlassian.comInactiveAccountException
user - User
Instance Attribute Summary collapse
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(user = nil) ⇒ InactiveAccountException
constructor
A new instance of InactiveAccountException.
Constructor Details
#initialize(user = nil) ⇒ InactiveAccountException
Returns a new instance of InactiveAccountException.
371 372 373 |
# File 'lib/crowd/soap/default.rb', line 371 def initialize(user = nil) @user = user end |
Instance Attribute Details
#user ⇒ Object
Returns the value of attribute user.
369 370 371 |
# File 'lib/crowd/soap/default.rb', line 369 def user @user end |