Class: PayPal::AdaptivePayments::DisplayOptions

Inherits:
Object
  • Object
show all
Includes:
Common::Base
Defined in:
lib/paypal/adaptive_payments/display_options.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Common::Base

#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore

Instance Attribute Details

#business_nameObject

Returns the value of attribute business_name.



8
9
10
# File 'lib/paypal/adaptive_payments/display_options.rb', line 8

def business_name
  @business_name
end

#email_header_image_urlObject

Returns the value of attribute email_header_image_url.



5
6
7
# File 'lib/paypal/adaptive_payments/display_options.rb', line 5

def email_header_image_url
  @email_header_image_url
end

#email_marketing_image_urlObject

Returns the value of attribute email_marketing_image_url.



6
7
8
# File 'lib/paypal/adaptive_payments/display_options.rb', line 6

def email_marketing_image_url
  @email_marketing_image_url
end

#header_image_urlObject

Returns the value of attribute header_image_url.



7
8
9
# File 'lib/paypal/adaptive_payments/display_options.rb', line 7

def header_image_url
  @header_image_url
end