Exception: Transifex::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/transifex/error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response = nil) ⇒ Error

Returns a new instance of Error.



4
5
6
7
# File 'lib/transifex/error.rb', line 4

def initialize(response = nil)
  @response = response
  super
end

Instance Attribute Details

#responseObject

Returns the value of attribute response.



3
4
5
# File 'lib/transifex/error.rb', line 3

def response
  @response
end