Method: NetSuite::Configuration#email
- Defined in:
- lib/netsuite/configuration.rb
#email(email = nil) ⇒ Object
152 153 154 155 156 157 158 |
# File 'lib/netsuite/configuration.rb', line 152 def email(email = nil) if email self.email = email else attributes[:email] end end |