class Egnyte::EgnyteError

Public Class Methods

new(data) click to toggle source
# File lib/egnyte/errors.rb, line 3
def initialize(data)
  @data = data
end

Public Instance Methods

[](key) click to toggle source
# File lib/egnyte/errors.rb, line 7
def [](key)
  @data[key]
end