Class: HighLevel::Models::Conversations::ErrorDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversations/error_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject (readonly)

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



9
10
11
# File 'lib/high_level/models/conversations/error_dto.rb', line 9

def code
  @code
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



9
10
11
# File 'lib/high_level/models/conversations/error_dto.rb', line 9

def message
  @message
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/conversations/error_dto.rb', line 9

def type
  @type
end