Class: ValidationFactor
- Inherits:
-
Object
- Object
- ValidationFactor
- Defined in:
- lib/crowd/default.rb
Overview
http://authentication.integration.crowd.atlassian.comValidationFactor
name - SOAP::SOAPString
value - SOAP::SOAPString
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(name = nil, value = nil) ⇒ ValidationFactor
constructor
A new instance of ValidationFactor.
Constructor Details
#initialize(name = nil, value = nil) ⇒ ValidationFactor
Returns a new instance of ValidationFactor.
40 41 42 43 |
# File 'lib/crowd/default.rb', line 40 def initialize(name = nil, value = nil) @name = name @value = value end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
37 38 39 |
# File 'lib/crowd/default.rb', line 37 def name @name end |
#value ⇒ Object
Returns the value of attribute value.
38 39 40 |
# File 'lib/crowd/default.rb', line 38 def value @value end |