Class: PortfolioManager::Xml::DataExchangeSettings::TermsOfUse

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

Overview

inner class for member: termsOfUse {}termsOfUse

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(none = nil, text = nil, url = nil) ⇒ TermsOfUse

Returns a new instance of TermsOfUse.



9494
9495
9496
9497
9498
# File 'lib/portfolio_manager/xml.rb', line 9494

def initialize(none = nil, text = nil, url = nil)
  @none = none
  @text = text
  @url = url
end

Instance Attribute Details

#nonePortfolioManager::Xml::EmptyType



9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
# File 'lib/portfolio_manager/xml.rb', line 9489

class TermsOfUse
  attr_accessor :none
  attr_accessor :text
  attr_accessor :url

  def initialize(none = nil, text = nil, url = nil)
    @none = none
    @text = text
    @url = url
  end
end

#textSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
# File 'lib/portfolio_manager/xml.rb', line 9489

class TermsOfUse
  attr_accessor :none
  attr_accessor :text
  attr_accessor :url

  def initialize(none = nil, text = nil, url = nil)
    @none = none
    @text = text
    @url = url
  end
end

#urlSOAP::SOAPAnyURI

Returns:

  • (SOAP::SOAPAnyURI)


9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
# File 'lib/portfolio_manager/xml.rb', line 9489

class TermsOfUse
  attr_accessor :none
  attr_accessor :text
  attr_accessor :url

  def initialize(none = nil, text = nil, url = nil)
    @none = none
    @text = text
    @url = url
  end
end