Class: YSM::MasterAccountService::BillingUser
- Inherits:
-
Object
- Object
- YSM::MasterAccountService::BillingUser
- Defined in:
- lib/ysm4r/v1/MasterAccountService.rb,
lib/ysm4r/v2/MasterAccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2BillingUser
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#firstName ⇒ Object
Returns the value of attribute firstName.
-
#lastName ⇒ Object
Returns the value of attribute lastName.
-
#middleInitial ⇒ Object
Returns the value of attribute middleInitial.
-
#phone ⇒ Object
Returns the value of attribute phone.
Instance Method Summary collapse
-
#initialize(email = nil, firstName = nil, lastName = nil, middleInitial = nil, phone = nil) ⇒ BillingUser
constructor
A new instance of BillingUser.
Constructor Details
#initialize(email = nil, firstName = nil, lastName = nil, middleInitial = nil, phone = nil) ⇒ BillingUser
Returns a new instance of BillingUser.
141 142 143 144 145 146 147 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 141 def initialize(email = nil, firstName = nil, lastName = nil, middleInitial = nil, phone = nil) @email = email @firstName = firstName @lastName = lastName @middleInitial = middleInitial @phone = phone end |
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
135 136 137 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 135 def email @email end |
#firstName ⇒ Object
Returns the value of attribute firstName.
136 137 138 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 136 def firstName @firstName end |
#lastName ⇒ Object
Returns the value of attribute lastName.
137 138 139 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 137 def lastName @lastName end |
#middleInitial ⇒ Object
Returns the value of attribute middleInitial.
138 139 140 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 138 def middleInitial @middleInitial end |
#phone ⇒ Object
Returns the value of attribute phone.
139 140 141 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 139 def phone @phone end |