Method: Services#get
- Defined in:
- lib/jirarest2/services.rb
#get(data = "") ⇒ Hash
Send the GET request
33 34 35 |
# File 'lib/jirarest2/services.rb', line 33 def get(data = "") return @connection.execute("Get",@uritail,data).result end |