Exception: SmartyStreets::NotModifiedInfo

Inherits:
SmartyError
  • Object
show all
Defined in:
lib/smartystreets_ruby_sdk/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message = nil, response_etag = nil) ⇒ NotModifiedInfo

Returns a new instance of NotModifiedInfo.



9
10
11
12
# File 'lib/smartystreets_ruby_sdk/exceptions.rb', line 9

def initialize(message = nil, response_etag = nil)
  super(message)
  @response_etag = response_etag
end

Instance Attribute Details

#response_etagObject (readonly)

Returns the value of attribute response_etag.



7
8
9
# File 'lib/smartystreets_ruby_sdk/exceptions.rb', line 7

def response_etag
  @response_etag
end