Class: ChurchCommunityBuilder::ApiWriter

Inherits:
Object
  • Object
show all
Defined in:
lib/writers/api_writer.rb

Overview

This adapter is the standard for all saving objects.

Direct Known Subclasses

UserWriter

Instance Attribute Summary collapse

Instance Attribute Details

#error_messagesObject (readonly)

Returns the value of attribute error_messages.



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

def error_messages
  @error_messages
end

#response_codeObject (readonly)

Returns the value of attribute response_code.



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

def response_code
  @response_code
end