Exception: SmartyStreets::NotModifiedInfo
- Inherits:
-
SmartyError
- Object
- StandardError
- SmartyError
- SmartyStreets::NotModifiedInfo
- Defined in:
- lib/smartystreets_ruby_sdk/exceptions.rb
Instance Attribute Summary collapse
-
#response_etag ⇒ Object
readonly
Returns the value of attribute response_etag.
Instance Method Summary collapse
-
#initialize(message = nil, response_etag = nil) ⇒ NotModifiedInfo
constructor
A new instance of NotModifiedInfo.
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( = nil, response_etag = nil) super() @response_etag = response_etag end |
Instance Attribute Details
#response_etag ⇒ Object (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 |