Class: JiraRest::Search::Url
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#jql ⇒ Object
Returns the value of attribute jql.
-
#maxresults ⇒ Object
Returns the value of attribute maxresults.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields
3 4 5 |
# File 'lib/jirarest/search.rb', line 3 def fields @fields end |
#jql ⇒ Object
Returns the value of attribute jql
3 4 5 |
# File 'lib/jirarest/search.rb', line 3 def jql @jql end |
#maxresults ⇒ Object
Returns the value of attribute maxresults
3 4 5 |
# File 'lib/jirarest/search.rb', line 3 def maxresults @maxresults end |