Class: PortfolioManager::Xml::ClearHeightUnitsType
- Inherits:
-
UseAttributeBase
- Object
- UseAttributeBase
- PortfolioManager::Xml::ClearHeightUnitsType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}clearHeightUnitsType
Constant Summary collapse
- AttrCurrentAsOf =
XSD::QName.new(nil, "currentAsOf")
- AttrDefault =
XSD::QName.new(nil, "default")
- AttrId =
XSD::QName.new(nil, "id")
- AttrTemporary =
XSD::QName.new(nil, "temporary")
- AttrUnits =
XSD::QName.new(nil, "units")
Instance Attribute Summary collapse
- #audit ⇒ PortfolioManager::Xml::LogType
- #value ⇒ SOAP::SOAPDecimal
- #xmlattr_currentAsOf ⇒ SOAP::SOAPDate
- #xmlattr_default ⇒ SOAP::SOAPString
- #xmlattr_id ⇒ SOAP::SOAPLong
- #xmlattr_temporary ⇒ SOAP::SOAPBoolean
- #xmlattr_units ⇒ SOAP::SOAPString
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(audit = nil, value = nil) ⇒ ClearHeightUnitsType
constructor
A new instance of ClearHeightUnitsType.
Constructor Details
#initialize(audit = nil, value = nil) ⇒ ClearHeightUnitsType
Returns a new instance of ClearHeightUnitsType.
2434 2435 2436 2437 2438 |
# File 'lib/portfolio_manager/xml.rb', line 2434 def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end |
Instance Attribute Details
#audit ⇒ PortfolioManager::Xml::LogType
2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 |
# File 'lib/portfolio_manager/xml.rb', line 2380 class ClearHeightUnitsType < UseAttributeBase AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf") AttrDefault = XSD::QName.new(nil, "default") AttrId = XSD::QName.new(nil, "id") AttrTemporary = XSD::QName.new(nil, "temporary") AttrUnits = XSD::QName.new(nil, "units") attr_accessor :audit attr_accessor :value def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_currentAsOf __xmlattr[AttrCurrentAsOf] end def xmlattr_currentAsOf=(value) __xmlattr[AttrCurrentAsOf] = value end def xmlattr_temporary __xmlattr[AttrTemporary] end def xmlattr_temporary=(value) __xmlattr[AttrTemporary] = value end def xmlattr_default __xmlattr[AttrDefault] end def xmlattr_default=(value) __xmlattr[AttrDefault] = value end def xmlattr_units __xmlattr[AttrUnits] end def xmlattr_units=(value) __xmlattr[AttrUnits] = value end def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#value ⇒ SOAP::SOAPDecimal
2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 |
# File 'lib/portfolio_manager/xml.rb', line 2380 class ClearHeightUnitsType < UseAttributeBase AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf") AttrDefault = XSD::QName.new(nil, "default") AttrId = XSD::QName.new(nil, "id") AttrTemporary = XSD::QName.new(nil, "temporary") AttrUnits = XSD::QName.new(nil, "units") attr_accessor :audit attr_accessor :value def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_currentAsOf __xmlattr[AttrCurrentAsOf] end def xmlattr_currentAsOf=(value) __xmlattr[AttrCurrentAsOf] = value end def xmlattr_temporary __xmlattr[AttrTemporary] end def xmlattr_temporary=(value) __xmlattr[AttrTemporary] = value end def xmlattr_default __xmlattr[AttrDefault] end def xmlattr_default=(value) __xmlattr[AttrDefault] = value end def xmlattr_units __xmlattr[AttrUnits] end def xmlattr_units=(value) __xmlattr[AttrUnits] = value end def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_currentAsOf ⇒ SOAP::SOAPDate
2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 |
# File 'lib/portfolio_manager/xml.rb', line 2380 class ClearHeightUnitsType < UseAttributeBase AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf") AttrDefault = XSD::QName.new(nil, "default") AttrId = XSD::QName.new(nil, "id") AttrTemporary = XSD::QName.new(nil, "temporary") AttrUnits = XSD::QName.new(nil, "units") attr_accessor :audit attr_accessor :value def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_currentAsOf __xmlattr[AttrCurrentAsOf] end def xmlattr_currentAsOf=(value) __xmlattr[AttrCurrentAsOf] = value end def xmlattr_temporary __xmlattr[AttrTemporary] end def xmlattr_temporary=(value) __xmlattr[AttrTemporary] = value end def xmlattr_default __xmlattr[AttrDefault] end def xmlattr_default=(value) __xmlattr[AttrDefault] = value end def xmlattr_units __xmlattr[AttrUnits] end def xmlattr_units=(value) __xmlattr[AttrUnits] = value end def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_default ⇒ SOAP::SOAPString
2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 |
# File 'lib/portfolio_manager/xml.rb', line 2380 class ClearHeightUnitsType < UseAttributeBase AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf") AttrDefault = XSD::QName.new(nil, "default") AttrId = XSD::QName.new(nil, "id") AttrTemporary = XSD::QName.new(nil, "temporary") AttrUnits = XSD::QName.new(nil, "units") attr_accessor :audit attr_accessor :value def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_currentAsOf __xmlattr[AttrCurrentAsOf] end def xmlattr_currentAsOf=(value) __xmlattr[AttrCurrentAsOf] = value end def xmlattr_temporary __xmlattr[AttrTemporary] end def xmlattr_temporary=(value) __xmlattr[AttrTemporary] = value end def xmlattr_default __xmlattr[AttrDefault] end def xmlattr_default=(value) __xmlattr[AttrDefault] = value end def xmlattr_units __xmlattr[AttrUnits] end def xmlattr_units=(value) __xmlattr[AttrUnits] = value end def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_id ⇒ SOAP::SOAPLong
2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 |
# File 'lib/portfolio_manager/xml.rb', line 2380 class ClearHeightUnitsType < UseAttributeBase AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf") AttrDefault = XSD::QName.new(nil, "default") AttrId = XSD::QName.new(nil, "id") AttrTemporary = XSD::QName.new(nil, "temporary") AttrUnits = XSD::QName.new(nil, "units") attr_accessor :audit attr_accessor :value def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_currentAsOf __xmlattr[AttrCurrentAsOf] end def xmlattr_currentAsOf=(value) __xmlattr[AttrCurrentAsOf] = value end def xmlattr_temporary __xmlattr[AttrTemporary] end def xmlattr_temporary=(value) __xmlattr[AttrTemporary] = value end def xmlattr_default __xmlattr[AttrDefault] end def xmlattr_default=(value) __xmlattr[AttrDefault] = value end def xmlattr_units __xmlattr[AttrUnits] end def xmlattr_units=(value) __xmlattr[AttrUnits] = value end def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_temporary ⇒ SOAP::SOAPBoolean
2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 |
# File 'lib/portfolio_manager/xml.rb', line 2380 class ClearHeightUnitsType < UseAttributeBase AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf") AttrDefault = XSD::QName.new(nil, "default") AttrId = XSD::QName.new(nil, "id") AttrTemporary = XSD::QName.new(nil, "temporary") AttrUnits = XSD::QName.new(nil, "units") attr_accessor :audit attr_accessor :value def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_currentAsOf __xmlattr[AttrCurrentAsOf] end def xmlattr_currentAsOf=(value) __xmlattr[AttrCurrentAsOf] = value end def xmlattr_temporary __xmlattr[AttrTemporary] end def xmlattr_temporary=(value) __xmlattr[AttrTemporary] = value end def xmlattr_default __xmlattr[AttrDefault] end def xmlattr_default=(value) __xmlattr[AttrDefault] = value end def xmlattr_units __xmlattr[AttrUnits] end def xmlattr_units=(value) __xmlattr[AttrUnits] = value end def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_units ⇒ SOAP::SOAPString
2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 |
# File 'lib/portfolio_manager/xml.rb', line 2380 class ClearHeightUnitsType < UseAttributeBase AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf") AttrDefault = XSD::QName.new(nil, "default") AttrId = XSD::QName.new(nil, "id") AttrTemporary = XSD::QName.new(nil, "temporary") AttrUnits = XSD::QName.new(nil, "units") attr_accessor :audit attr_accessor :value def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_currentAsOf __xmlattr[AttrCurrentAsOf] end def xmlattr_currentAsOf=(value) __xmlattr[AttrCurrentAsOf] = value end def xmlattr_temporary __xmlattr[AttrTemporary] end def xmlattr_temporary=(value) __xmlattr[AttrTemporary] = value end def xmlattr_default __xmlattr[AttrDefault] end def xmlattr_default=(value) __xmlattr[AttrDefault] = value end def xmlattr_units __xmlattr[AttrUnits] end def xmlattr_units=(value) __xmlattr[AttrUnits] = value end def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
2390 2391 2392 |
# File 'lib/portfolio_manager/xml.rb', line 2390 def __xmlattr @__xmlattr ||= {} end |