Class: SearchRestriction
- Inherits:
-
Object
- Object
- SearchRestriction
- Defined in:
- lib/crowd/default.rb
Overview
http://soap.integration.crowd.atlassian.comSearchRestriction
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.
144 145 146 147 |
# File 'lib/crowd/default.rb', line 144 def initialize(name = nil, value = nil) @name = name @value = value end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
141 142 143 |
# File 'lib/crowd/default.rb', line 141 def name @name end |
#value ⇒ Object
Returns the value of attribute value.
142 143 144 |
# File 'lib/crowd/default.rb', line 142 def value @value end |