Class: Nzbn::Models::ErrorField
- Defined in:
- lib/nzbn/models/error_response.rb
Overview
Individual error field
Instance Attribute Summary collapse
-
#field ⇒ Object
Returns the value of attribute field.
-
#message ⇒ Object
Returns the value of attribute message.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Nzbn::Models::Base
Instance Attribute Details
#field ⇒ Object
Returns the value of attribute field.
16 17 18 |
# File 'lib/nzbn/models/error_response.rb', line 16 def field @field end |
#message ⇒ Object
Returns the value of attribute message.
16 17 18 |
# File 'lib/nzbn/models/error_response.rb', line 16 def @message end |