Class: PortfolioManager::Xml::ContactType

Inherits:
Object
  • Object
show all
Defined in:
lib/portfolio_manager/xml.rb

Overview

{}contactType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil) ⇒ ContactType

Returns a new instance of ContactType.



3027
3028
3029
3030
3031
3032
3033
3034
# File 'lib/portfolio_manager/xml.rb', line 3027

def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil)
  @firstName = firstName
  @lastName = lastName
  @email = email
  @address = address
  @jobTitle = jobTitle
  @phone = phone
end

Instance Attribute Details

#addressPortfolioManager::Xml::AddressType



3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
# File 'lib/portfolio_manager/xml.rb', line 3019

class ContactType
  attr_accessor :firstName
  attr_accessor :lastName
  attr_accessor :email
  attr_accessor :address
  attr_accessor :jobTitle
  attr_accessor :phone

  def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil)
    @firstName = firstName
    @lastName = lastName
    @email = email
    @address = address
    @jobTitle = jobTitle
    @phone = phone
  end
end

#emailSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
# File 'lib/portfolio_manager/xml.rb', line 3019

class ContactType
  attr_accessor :firstName
  attr_accessor :lastName
  attr_accessor :email
  attr_accessor :address
  attr_accessor :jobTitle
  attr_accessor :phone

  def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil)
    @firstName = firstName
    @lastName = lastName
    @email = email
    @address = address
    @jobTitle = jobTitle
    @phone = phone
  end
end

#firstNameSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
# File 'lib/portfolio_manager/xml.rb', line 3019

class ContactType
  attr_accessor :firstName
  attr_accessor :lastName
  attr_accessor :email
  attr_accessor :address
  attr_accessor :jobTitle
  attr_accessor :phone

  def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil)
    @firstName = firstName
    @lastName = lastName
    @email = email
    @address = address
    @jobTitle = jobTitle
    @phone = phone
  end
end

#jobTitleSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
# File 'lib/portfolio_manager/xml.rb', line 3019

class ContactType
  attr_accessor :firstName
  attr_accessor :lastName
  attr_accessor :email
  attr_accessor :address
  attr_accessor :jobTitle
  attr_accessor :phone

  def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil)
    @firstName = firstName
    @lastName = lastName
    @email = email
    @address = address
    @jobTitle = jobTitle
    @phone = phone
  end
end

#lastNameSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
# File 'lib/portfolio_manager/xml.rb', line 3019

class ContactType
  attr_accessor :firstName
  attr_accessor :lastName
  attr_accessor :email
  attr_accessor :address
  attr_accessor :jobTitle
  attr_accessor :phone

  def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil)
    @firstName = firstName
    @lastName = lastName
    @email = email
    @address = address
    @jobTitle = jobTitle
    @phone = phone
  end
end

#phoneSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
# File 'lib/portfolio_manager/xml.rb', line 3019

class ContactType
  attr_accessor :firstName
  attr_accessor :lastName
  attr_accessor :email
  attr_accessor :address
  attr_accessor :jobTitle
  attr_accessor :phone

  def initialize(firstName = nil, lastName = nil, email = nil, address = nil, jobTitle = nil, phone = nil)
    @firstName = firstName
    @lastName = lastName
    @email = email
    @address = address
    @jobTitle = jobTitle
    @phone = phone
  end
end