Class: ShelbyArena::ApiWriter

Inherits:
Object
  • Object
show all
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

PersonWriter

Instance Attribute Summary collapse

Instance Attribute Details

#error_messagesObject (readonly)

Returns the value of attribute error_messages.



6
7
8
# File 'lib/writers/api_writer.rb', line 6

def error_messages
  @error_messages
end

#response_codeObject (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