class Hubspot::Configuration
Attributes
address[RW]
hapikey[RW]
password[RW]
port[RW]
user_name[RW]
Public Instance Methods
hubspot?()
click to toggle source
# File lib/hubspot.rb, line 31 def hubspot? ActionMailer::Base.delivery_method == :hubspot end
hubspot_transaction_email?()
click to toggle source
# File lib/hubspot.rb, line 35 def hubspot_transaction_email? ActionMailer::Base.delivery_method == :hubspot_transaction_email end