Class: PortfolioManager::Xml::AccountInfo
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::AccountInfo
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}accountInfo
Instance Attribute Summary collapse
- #address ⇒ PortfolioManager::Xml::AddressType
- #email ⇒ SOAP::SOAPString
- #firstName ⇒ SOAP::SOAPString
- #jobTitle ⇒ SOAP::SOAPString
- #lastName ⇒ SOAP::SOAPString
- #organization ⇒ SOAP::SOAPString
- #phone ⇒ SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil, organization = nil) ⇒ AccountInfo
constructor
A new instance of AccountInfo.
Constructor Details
#initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil, organization = nil) ⇒ AccountInfo
Returns a new instance of AccountInfo.
9303 9304 9305 9306 9307 9308 9309 9310 9311 |
# File 'lib/portfolio_manager/xml.rb', line 9303 def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil, organization = nil) @firstName = firstName @lastName = lastName @email = email @address = address @jobTitle = jobTitle @phone = phone @organization = organization end |
Instance Attribute Details
#address ⇒ PortfolioManager::Xml::AddressType
9294 9295 9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 |
# File 'lib/portfolio_manager/xml.rb', line 9294 class AccountInfo attr_accessor :firstName attr_accessor :lastName attr_accessor :email attr_accessor :address attr_accessor :jobTitle attr_accessor :phone attr_accessor :organization def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil, organization = nil) @firstName = firstName @lastName = lastName @email = email @address = address @jobTitle = jobTitle @phone = phone @organization = organization end end |
#email ⇒ SOAP::SOAPString
9294 9295 9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 |
# File 'lib/portfolio_manager/xml.rb', line 9294 class AccountInfo attr_accessor :firstName attr_accessor :lastName attr_accessor :email attr_accessor :address attr_accessor :jobTitle attr_accessor :phone attr_accessor :organization def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil, organization = nil) @firstName = firstName @lastName = lastName @email = email @address = address @jobTitle = jobTitle @phone = phone @organization = organization end end |
#firstName ⇒ SOAP::SOAPString
9294 9295 9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 |
# File 'lib/portfolio_manager/xml.rb', line 9294 class AccountInfo attr_accessor :firstName attr_accessor :lastName attr_accessor :email attr_accessor :address attr_accessor :jobTitle attr_accessor :phone attr_accessor :organization def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil, organization = nil) @firstName = firstName @lastName = lastName @email = email @address = address @jobTitle = jobTitle @phone = phone @organization = organization end end |
#jobTitle ⇒ SOAP::SOAPString
9294 9295 9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 |
# File 'lib/portfolio_manager/xml.rb', line 9294 class AccountInfo attr_accessor :firstName attr_accessor :lastName attr_accessor :email attr_accessor :address attr_accessor :jobTitle attr_accessor :phone attr_accessor :organization def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil, organization = nil) @firstName = firstName @lastName = lastName @email = email @address = address @jobTitle = jobTitle @phone = phone @organization = organization end end |
#lastName ⇒ SOAP::SOAPString
9294 9295 9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 |
# File 'lib/portfolio_manager/xml.rb', line 9294 class AccountInfo attr_accessor :firstName attr_accessor :lastName attr_accessor :email attr_accessor :address attr_accessor :jobTitle attr_accessor :phone attr_accessor :organization def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil, organization = nil) @firstName = firstName @lastName = lastName @email = email @address = address @jobTitle = jobTitle @phone = phone @organization = organization end end |
#organization ⇒ SOAP::SOAPString
9294 9295 9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 |
# File 'lib/portfolio_manager/xml.rb', line 9294 class AccountInfo attr_accessor :firstName attr_accessor :lastName attr_accessor :email attr_accessor :address attr_accessor :jobTitle attr_accessor :phone attr_accessor :organization def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil, organization = nil) @firstName = firstName @lastName = lastName @email = email @address = address @jobTitle = jobTitle @phone = phone @organization = organization end end |
#phone ⇒ SOAP::SOAPString
9294 9295 9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 |
# File 'lib/portfolio_manager/xml.rb', line 9294 class AccountInfo attr_accessor :firstName attr_accessor :lastName attr_accessor :email attr_accessor :address attr_accessor :jobTitle attr_accessor :phone attr_accessor :organization def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil, organization = nil) @firstName = firstName @lastName = lastName @email = email @address = address @jobTitle = jobTitle @phone = phone @organization = organization end end |