lib/buckaroo-ideal/response_signature.rb in buckaroo-ideal-0.0.1 vs lib/buckaroo-ideal/response_signature.rb in buckaroo-ideal-0.0.2
- old
+ new
@@ -4,13 +4,13 @@
module Buckaroo
module Ideal
class ResponseSignature
# @return [String] The configured merchant_key in +Buckaroo::Ideal::Config+
- delegate :merchant_key, to: Config
+ delegate :merchant_key, :to => Config
# @return [String] The configured secret_key in +Buckaroo::Ideal::Config+
- delegate :secret_key, to: Config
+ delegate :secret_key, :to => Config
# @return [String] The signature that was given in the response
attr_reader :signature
# @return [Buckaroo::Ideal::Response] The response that was signed.