Module: ForemanPatch::Ticket::API
- Included in:
- AffectedItems, ChangeRequest
- Defined in:
- app/services/foreman_patch/ticket/api.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
4 5 6 |
# File 'app/services/foreman_patch/ticket/api.rb', line 4 def errors @errors end |
#response ⇒ Object (readonly)
Returns the value of attribute response.
4 5 6 |
# File 'app/services/foreman_patch/ticket/api.rb', line 4 def response @response end |