Class: TaxCloud::ResponseMessage

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

response_type is a message_type message is a string



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

def message
  @message
end

#response_typeObject

response_type is a message_type message is a string



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

def response_type
  @response_type
end