Class: JiraRest::Client::Response
- Defined in:
- lib/jirarest/client.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#error_msg ⇒ Object
Returns the value of attribute error_msg.
-
#optional ⇒ Object
Returns the value of attribute optional.
-
#success ⇒ Object
Returns the value of attribute success.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
10 11 12 |
# File 'lib/jirarest/client.rb', line 10 def body @body end |
#error_msg ⇒ Object
Returns the value of attribute error_msg
10 11 12 |
# File 'lib/jirarest/client.rb', line 10 def error_msg @error_msg end |
#optional ⇒ Object
Returns the value of attribute optional
10 11 12 |
# File 'lib/jirarest/client.rb', line 10 def optional @optional end |
#success ⇒ Object
Returns the value of attribute success
10 11 12 |
# File 'lib/jirarest/client.rb', line 10 def success @success end |