Class: JiraRest::Client::Response

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_h

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



10
11
12
# File 'lib/jirarest/client.rb', line 10

def body
  @body
end

#error_msgObject

Returns the value of attribute error_msg

Returns:

  • (Object)

    the current value of error_msg



10
11
12
# File 'lib/jirarest/client.rb', line 10

def error_msg
  @error_msg
end

#optionalObject

Returns the value of attribute optional

Returns:

  • (Object)

    the current value of optional



10
11
12
# File 'lib/jirarest/client.rb', line 10

def optional
  @optional
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



10
11
12
# File 'lib/jirarest/client.rb', line 10

def success
  @success
end