Class: PortfolioManager::Xml::MonthsInUseType
- Inherits:
-
UseAttributeBase
- Object
- UseAttributeBase
- PortfolioManager::Xml::MonthsInUseType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}monthsInUseType
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")
Instance Attribute Summary collapse
- #audit ⇒ PortfolioManager::Xml::LogType
- #value ⇒ SOAP::SOAPInt
- #xmlattr_currentAsOf ⇒ SOAP::SOAPDate
- #xmlattr_default ⇒ SOAP::SOAPString
- #xmlattr_id ⇒ SOAP::SOAPLong
- #xmlattr_temporary ⇒ SOAP::SOAPBoolean
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(audit = nil, value = nil) ⇒ MonthsInUseType
constructor
A new instance of MonthsInUseType.
Constructor Details
#initialize(audit = nil, value = nil) ⇒ MonthsInUseType
Returns a new instance of MonthsInUseType.
1339 1340 1341 1342 1343 |
# File 'lib/portfolio_manager/xml.rb', line 1339 def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end |
Instance Attribute Details
#audit ⇒ PortfolioManager::Xml::LogType
1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'lib/portfolio_manager/xml.rb', line 1294 class MonthsInUseType < 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") 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 initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#value ⇒ SOAP::SOAPInt
1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'lib/portfolio_manager/xml.rb', line 1294 class MonthsInUseType < 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") 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 initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_currentAsOf ⇒ SOAP::SOAPDate
1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'lib/portfolio_manager/xml.rb', line 1294 class MonthsInUseType < 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") 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 initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_default ⇒ SOAP::SOAPString
1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'lib/portfolio_manager/xml.rb', line 1294 class MonthsInUseType < 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") 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 initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_id ⇒ SOAP::SOAPLong
1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'lib/portfolio_manager/xml.rb', line 1294 class MonthsInUseType < 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") 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 initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_temporary ⇒ SOAP::SOAPBoolean
1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'lib/portfolio_manager/xml.rb', line 1294 class MonthsInUseType < 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") 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 initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
1303 1304 1305 |
# File 'lib/portfolio_manager/xml.rb', line 1303 def __xmlattr @__xmlattr ||= {} end |