Class: TaxCloud::ResponseBase

Inherits:
Object
  • Object
show all
Defined in:
lib/response/response_base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messagesObject

response_type is an instance of MessageType messages is an Array of ResponseMessage



6
7
8
# File 'lib/response/response_base.rb', line 6

def messages
  @messages
end

#response_typeObject

response_type is an instance of MessageType messages is an Array of ResponseMessage



6
7
8
# File 'lib/response/response_base.rb', line 6

def response_type
  @response_type
end