Class: PortfolioManager::Xml::DataExchangeSettings::TermsOfUse
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::DataExchangeSettings::TermsOfUse
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
inner class for member: termsOfUse {}termsOfUse
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(none = nil, text = nil, url = nil) ⇒ TermsOfUse
constructor
A new instance of TermsOfUse.
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
#none ⇒ PortfolioManager::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 |
#text ⇒ 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 |
#url ⇒ 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 |