Class: PortfolioManager::Xml::AccountType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::AccountType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}accountType
Instance Attribute Summary collapse
- #billboardMetric ⇒ SOAP::SOAPString
- #contact ⇒ PortfolioManager::Xml::ContactType
- #emailPreferenceCanadianAccount ⇒ SOAP::SOAPBoolean
- #id ⇒ SOAP::SOAPLong
- #includeTestPropertiesInGraphics ⇒ SOAP::SOAPBoolean
- #languagePreference ⇒ SOAP::SOAPString
- #organization ⇒ PortfolioManager::Xml::OrganizationType
- #password ⇒ SOAP::SOAPString
- #searchable ⇒ SOAP::SOAPBoolean
- #username ⇒ SOAP::SOAPString
- #webserviceUser ⇒ SOAP::SOAPBoolean
Instance Method Summary collapse
-
#initialize(id = nil, username = nil, password = nil, contact = nil, organization = nil, webserviceUser = nil, searchable = nil, includeTestPropertiesInGraphics = nil, emailPreferenceCanadianAccount = nil, billboardMetric = nil, languagePreference = nil) ⇒ AccountType
constructor
A new instance of AccountType.
Constructor Details
#initialize(id = nil, username = nil, password = nil, contact = nil, organization = nil, webserviceUser = nil, searchable = nil, includeTestPropertiesInGraphics = nil, emailPreferenceCanadianAccount = nil, billboardMetric = nil, languagePreference = nil) ⇒ AccountType
Returns a new instance of AccountType.
2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 |
# File 'lib/portfolio_manager/xml.rb', line 2991 def initialize(id = nil, username = nil, password = nil, contact = nil, organization = nil, webserviceUser = nil, searchable = nil, includeTestPropertiesInGraphics = nil, emailPreferenceCanadianAccount = nil, billboardMetric = nil, languagePreference = nil) @id = id @username = username @password = password @contact = contact @organization = organization @webserviceUser = webserviceUser @searchable = searchable @includeTestPropertiesInGraphics = includeTestPropertiesInGraphics @emailPreferenceCanadianAccount = emailPreferenceCanadianAccount @billboardMetric = billboardMetric @languagePreference = languagePreference end |
Instance Attribute Details
#billboardMetric ⇒ SOAP::SOAPString
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/portfolio_manager/xml.rb', line 2978 class AccountType attr_accessor :id attr_accessor :username attr_accessor :password attr_accessor :contact attr_accessor :organization attr_accessor :webserviceUser attr_accessor :searchable attr_accessor :includeTestPropertiesInGraphics attr_accessor :emailPreferenceCanadianAccount attr_accessor :billboardMetric attr_accessor :languagePreference def initialize(id = nil, username = nil, password = nil, contact = nil, organization = nil, webserviceUser = nil, searchable = nil, includeTestPropertiesInGraphics = nil, emailPreferenceCanadianAccount = nil, billboardMetric = nil, languagePreference = nil) @id = id @username = username @password = password @contact = contact @organization = organization @webserviceUser = webserviceUser @searchable = searchable @includeTestPropertiesInGraphics = includeTestPropertiesInGraphics @emailPreferenceCanadianAccount = emailPreferenceCanadianAccount @billboardMetric = billboardMetric @languagePreference = languagePreference end end |
#contact ⇒ PortfolioManager::Xml::ContactType
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/portfolio_manager/xml.rb', line 2978 class AccountType attr_accessor :id attr_accessor :username attr_accessor :password attr_accessor :contact attr_accessor :organization attr_accessor :webserviceUser attr_accessor :searchable attr_accessor :includeTestPropertiesInGraphics attr_accessor :emailPreferenceCanadianAccount attr_accessor :billboardMetric attr_accessor :languagePreference def initialize(id = nil, username = nil, password = nil, contact = nil, organization = nil, webserviceUser = nil, searchable = nil, includeTestPropertiesInGraphics = nil, emailPreferenceCanadianAccount = nil, billboardMetric = nil, languagePreference = nil) @id = id @username = username @password = password @contact = contact @organization = organization @webserviceUser = webserviceUser @searchable = searchable @includeTestPropertiesInGraphics = includeTestPropertiesInGraphics @emailPreferenceCanadianAccount = emailPreferenceCanadianAccount @billboardMetric = billboardMetric @languagePreference = languagePreference end end |
#emailPreferenceCanadianAccount ⇒ SOAP::SOAPBoolean
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/portfolio_manager/xml.rb', line 2978 class AccountType attr_accessor :id attr_accessor :username attr_accessor :password attr_accessor :contact attr_accessor :organization attr_accessor :webserviceUser attr_accessor :searchable attr_accessor :includeTestPropertiesInGraphics attr_accessor :emailPreferenceCanadianAccount attr_accessor :billboardMetric attr_accessor :languagePreference def initialize(id = nil, username = nil, password = nil, contact = nil, organization = nil, webserviceUser = nil, searchable = nil, includeTestPropertiesInGraphics = nil, emailPreferenceCanadianAccount = nil, billboardMetric = nil, languagePreference = nil) @id = id @username = username @password = password @contact = contact @organization = organization @webserviceUser = webserviceUser @searchable = searchable @includeTestPropertiesInGraphics = includeTestPropertiesInGraphics @emailPreferenceCanadianAccount = emailPreferenceCanadianAccount @billboardMetric = billboardMetric @languagePreference = languagePreference end end |
#id ⇒ SOAP::SOAPLong
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/portfolio_manager/xml.rb', line 2978 class AccountType attr_accessor :id attr_accessor :username attr_accessor :password attr_accessor :contact attr_accessor :organization attr_accessor :webserviceUser attr_accessor :searchable attr_accessor :includeTestPropertiesInGraphics attr_accessor :emailPreferenceCanadianAccount attr_accessor :billboardMetric attr_accessor :languagePreference def initialize(id = nil, username = nil, password = nil, contact = nil, organization = nil, webserviceUser = nil, searchable = nil, includeTestPropertiesInGraphics = nil, emailPreferenceCanadianAccount = nil, billboardMetric = nil, languagePreference = nil) @id = id @username = username @password = password @contact = contact @organization = organization @webserviceUser = webserviceUser @searchable = searchable @includeTestPropertiesInGraphics = includeTestPropertiesInGraphics @emailPreferenceCanadianAccount = emailPreferenceCanadianAccount @billboardMetric = billboardMetric @languagePreference = languagePreference end end |
#includeTestPropertiesInGraphics ⇒ SOAP::SOAPBoolean
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/portfolio_manager/xml.rb', line 2978 class AccountType attr_accessor :id attr_accessor :username attr_accessor :password attr_accessor :contact attr_accessor :organization attr_accessor :webserviceUser attr_accessor :searchable attr_accessor :includeTestPropertiesInGraphics attr_accessor :emailPreferenceCanadianAccount attr_accessor :billboardMetric attr_accessor :languagePreference def initialize(id = nil, username = nil, password = nil, contact = nil, organization = nil, webserviceUser = nil, searchable = nil, includeTestPropertiesInGraphics = nil, emailPreferenceCanadianAccount = nil, billboardMetric = nil, languagePreference = nil) @id = id @username = username @password = password @contact = contact @organization = organization @webserviceUser = webserviceUser @searchable = searchable @includeTestPropertiesInGraphics = includeTestPropertiesInGraphics @emailPreferenceCanadianAccount = emailPreferenceCanadianAccount @billboardMetric = billboardMetric @languagePreference = languagePreference end end |
#languagePreference ⇒ SOAP::SOAPString
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/portfolio_manager/xml.rb', line 2978 class AccountType attr_accessor :id attr_accessor :username attr_accessor :password attr_accessor :contact attr_accessor :organization attr_accessor :webserviceUser attr_accessor :searchable attr_accessor :includeTestPropertiesInGraphics attr_accessor :emailPreferenceCanadianAccount attr_accessor :billboardMetric attr_accessor :languagePreference def initialize(id = nil, username = nil, password = nil, contact = nil, organization = nil, webserviceUser = nil, searchable = nil, includeTestPropertiesInGraphics = nil, emailPreferenceCanadianAccount = nil, billboardMetric = nil, languagePreference = nil) @id = id @username = username @password = password @contact = contact @organization = organization @webserviceUser = webserviceUser @searchable = searchable @includeTestPropertiesInGraphics = includeTestPropertiesInGraphics @emailPreferenceCanadianAccount = emailPreferenceCanadianAccount @billboardMetric = billboardMetric @languagePreference = languagePreference end end |
#organization ⇒ PortfolioManager::Xml::OrganizationType
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/portfolio_manager/xml.rb', line 2978 class AccountType attr_accessor :id attr_accessor :username attr_accessor :password attr_accessor :contact attr_accessor :organization attr_accessor :webserviceUser attr_accessor :searchable attr_accessor :includeTestPropertiesInGraphics attr_accessor :emailPreferenceCanadianAccount attr_accessor :billboardMetric attr_accessor :languagePreference def initialize(id = nil, username = nil, password = nil, contact = nil, organization = nil, webserviceUser = nil, searchable = nil, includeTestPropertiesInGraphics = nil, emailPreferenceCanadianAccount = nil, billboardMetric = nil, languagePreference = nil) @id = id @username = username @password = password @contact = contact @organization = organization @webserviceUser = webserviceUser @searchable = searchable @includeTestPropertiesInGraphics = includeTestPropertiesInGraphics @emailPreferenceCanadianAccount = emailPreferenceCanadianAccount @billboardMetric = billboardMetric @languagePreference = languagePreference end end |
#password ⇒ SOAP::SOAPString
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/portfolio_manager/xml.rb', line 2978 class AccountType attr_accessor :id attr_accessor :username attr_accessor :password attr_accessor :contact attr_accessor :organization attr_accessor :webserviceUser attr_accessor :searchable attr_accessor :includeTestPropertiesInGraphics attr_accessor :emailPreferenceCanadianAccount attr_accessor :billboardMetric attr_accessor :languagePreference def initialize(id = nil, username = nil, password = nil, contact = nil, organization = nil, webserviceUser = nil, searchable = nil, includeTestPropertiesInGraphics = nil, emailPreferenceCanadianAccount = nil, billboardMetric = nil, languagePreference = nil) @id = id @username = username @password = password @contact = contact @organization = organization @webserviceUser = webserviceUser @searchable = searchable @includeTestPropertiesInGraphics = includeTestPropertiesInGraphics @emailPreferenceCanadianAccount = emailPreferenceCanadianAccount @billboardMetric = billboardMetric @languagePreference = languagePreference end end |
#searchable ⇒ SOAP::SOAPBoolean
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/portfolio_manager/xml.rb', line 2978 class AccountType attr_accessor :id attr_accessor :username attr_accessor :password attr_accessor :contact attr_accessor :organization attr_accessor :webserviceUser attr_accessor :searchable attr_accessor :includeTestPropertiesInGraphics attr_accessor :emailPreferenceCanadianAccount attr_accessor :billboardMetric attr_accessor :languagePreference def initialize(id = nil, username = nil, password = nil, contact = nil, organization = nil, webserviceUser = nil, searchable = nil, includeTestPropertiesInGraphics = nil, emailPreferenceCanadianAccount = nil, billboardMetric = nil, languagePreference = nil) @id = id @username = username @password = password @contact = contact @organization = organization @webserviceUser = webserviceUser @searchable = searchable @includeTestPropertiesInGraphics = includeTestPropertiesInGraphics @emailPreferenceCanadianAccount = emailPreferenceCanadianAccount @billboardMetric = billboardMetric @languagePreference = languagePreference end end |
#username ⇒ SOAP::SOAPString
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/portfolio_manager/xml.rb', line 2978 class AccountType attr_accessor :id attr_accessor :username attr_accessor :password attr_accessor :contact attr_accessor :organization attr_accessor :webserviceUser attr_accessor :searchable attr_accessor :includeTestPropertiesInGraphics attr_accessor :emailPreferenceCanadianAccount attr_accessor :billboardMetric attr_accessor :languagePreference def initialize(id = nil, username = nil, password = nil, contact = nil, organization = nil, webserviceUser = nil, searchable = nil, includeTestPropertiesInGraphics = nil, emailPreferenceCanadianAccount = nil, billboardMetric = nil, languagePreference = nil) @id = id @username = username @password = password @contact = contact @organization = organization @webserviceUser = webserviceUser @searchable = searchable @includeTestPropertiesInGraphics = includeTestPropertiesInGraphics @emailPreferenceCanadianAccount = emailPreferenceCanadianAccount @billboardMetric = billboardMetric @languagePreference = languagePreference end end |
#webserviceUser ⇒ SOAP::SOAPBoolean
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/portfolio_manager/xml.rb', line 2978 class AccountType attr_accessor :id attr_accessor :username attr_accessor :password attr_accessor :contact attr_accessor :organization attr_accessor :webserviceUser attr_accessor :searchable attr_accessor :includeTestPropertiesInGraphics attr_accessor :emailPreferenceCanadianAccount attr_accessor :billboardMetric attr_accessor :languagePreference def initialize(id = nil, username = nil, password = nil, contact = nil, organization = nil, webserviceUser = nil, searchable = nil, includeTestPropertiesInGraphics = nil, emailPreferenceCanadianAccount = nil, billboardMetric = nil, languagePreference = nil) @id = id @username = username @password = password @contact = contact @organization = organization @webserviceUser = webserviceUser @searchable = searchable @includeTestPropertiesInGraphics = includeTestPropertiesInGraphics @emailPreferenceCanadianAccount = emailPreferenceCanadianAccount @billboardMetric = billboardMetric @languagePreference = languagePreference end end |