Class: ShelbyArena::ApiWriter
- Inherits:
-
Object
- Object
- ShelbyArena::ApiWriter
- Defined in:
- lib/writers/api_writer.rb
Overview
This class is the base class for all ShelbyArena objects and is meant to be inherited.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#error_messages ⇒ Object
readonly
Returns the value of attribute error_messages.
-
#response_code ⇒ Object
readonly
Returns the value of attribute response_code.
Instance Attribute Details
#error_messages ⇒ Object (readonly)
Returns the value of attribute error_messages.
6 7 8 |
# File 'lib/writers/api_writer.rb', line 6 def end |
#response_code ⇒ Object (readonly)
Returns the value of attribute response_code.
6 7 8 |
# File 'lib/writers/api_writer.rb', line 6 def response_code @response_code end |