Class: AnPostReturn::ReturnLabel

Inherits:
Base
  • Object
show all
Defined in:
lib/an_post_return/objects/return_label.rb

Instance Attribute Summary

Attributes inherited from Base

#original_response

Instance Method Summary collapse

Methods inherited from Base

#==, #eql?, #initialize, #response, #to_hash, #to_ostruct

Constructor Details

This class inherits a constructor from AnPostReturn::Base

Instance Method Details

#success?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/an_post_return/objects/return_label.rb', line 7

def success?
  success
end