Class: Pcli::ApiResponse::KnownError

Inherits:
Struct
  • Object
show all
Defined in:
lib/pcli/api_response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



5
6
7
# File 'lib/pcli/api_response.rb', line 5

def message
  @message
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



5
6
7
# File 'lib/pcli/api_response.rb', line 5

def status
  @status
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



5
6
7
# File 'lib/pcli/api_response.rb', line 5

def title
  @title
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/pcli/api_response.rb', line 5

def type
  @type
end