Class: JiraRest::Search::Url

Inherits:
Struct
  • Object
show all
Defined in:
lib/jirarest/search.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_h

Instance Attribute Details

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



3
4
5
# File 'lib/jirarest/search.rb', line 3

def fields
  @fields
end

#jqlObject

Returns the value of attribute jql

Returns:

  • (Object)

    the current value of jql



3
4
5
# File 'lib/jirarest/search.rb', line 3

def jql
  @jql
end

#maxresultsObject

Returns the value of attribute maxresults

Returns:

  • (Object)

    the current value of maxresults



3
4
5
# File 'lib/jirarest/search.rb', line 3

def maxresults
  @maxresults
end