class TableauRestApi::ApiError

Public Class Methods

new(error) click to toggle source
Calls superclass method
# File lib/tableau_rest_api/api_error.rb, line 3
def initialize(error)
  super(error)
end