Class: SearchRestriction
- Inherits:
-
Object
- Object
- SearchRestriction
- Defined in:
- lib/crowd/default.rb
Overview
http://soap.integration.crowd.atlassian.comSearchRestriction
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) ⇒ SearchRestriction
constructor
A new instance of SearchRestriction.
Constructor Details
#initialize(name = nil, value = nil) ⇒ SearchRestriction
Returns a new instance of SearchRestriction.
229 230 231 232 |
# File 'lib/crowd/default.rb', line 229 def initialize(name = nil, value = nil) @name = name @value = value end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
226 227 228 |
# File 'lib/crowd/default.rb', line 226 def name @name end |
#value ⇒ Object
Returns the value of attribute value.
227 228 229 |
# File 'lib/crowd/default.rb', line 227 def value @value end |