Class: PortfolioManager::Xml::Pgp
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::Pgp
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}pgp
Constant Summary collapse
- AttrEGridCode =
XSD::QName.new(nil, "eGridCode")
- AttrEGridName =
XSD::QName.new(nil, "eGridName")
- AttrName =
XSD::QName.new(nil, "name")
- AttrPlantCode =
XSD::QName.new(nil, "plantCode")
- AttrSelected =
XSD::QName.new(nil, "selected")
Instance Attribute Summary collapse
- #xmlattr_eGridCode ⇒ SOAP::SOAPString
- #xmlattr_eGridName ⇒ SOAP::SOAPString
- #xmlattr_name ⇒ SOAP::SOAPString
- #xmlattr_plantCode ⇒ SOAP::SOAPLong
- #xmlattr_selected ⇒ SOAP::SOAPBoolean
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ Pgp
constructor
A new instance of Pgp.
Constructor Details
#initialize ⇒ Pgp
Returns a new instance of Pgp.
10227 10228 10229 |
# File 'lib/portfolio_manager/xml.rb', line 10227 def initialize @__xmlattr = {} end |
Instance Attribute Details
#xmlattr_eGridCode ⇒ SOAP::SOAPString
10176 10177 10178 10179 10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 10191 10192 10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 10211 10212 10213 10214 10215 10216 10217 10218 10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 10229 10230 |
# File 'lib/portfolio_manager/xml.rb', line 10176 class Pgp AttrEGridCode = XSD::QName.new(nil, "eGridCode") AttrEGridName = XSD::QName.new(nil, "eGridName") AttrName = XSD::QName.new(nil, "name") AttrPlantCode = XSD::QName.new(nil, "plantCode") AttrSelected = XSD::QName.new(nil, "selected") def __xmlattr @__xmlattr ||= {} end def xmlattr_plantCode __xmlattr[AttrPlantCode] end def xmlattr_plantCode=(value) __xmlattr[AttrPlantCode] = value end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_selected __xmlattr[AttrSelected] end def xmlattr_selected=(value) __xmlattr[AttrSelected] = value end def xmlattr_eGridCode __xmlattr[AttrEGridCode] end def xmlattr_eGridCode=(value) __xmlattr[AttrEGridCode] = value end def xmlattr_eGridName __xmlattr[AttrEGridName] end def xmlattr_eGridName=(value) __xmlattr[AttrEGridName] = value end def initialize @__xmlattr = {} end end |
#xmlattr_eGridName ⇒ SOAP::SOAPString
10176 10177 10178 10179 10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 10191 10192 10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 10211 10212 10213 10214 10215 10216 10217 10218 10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 10229 10230 |
# File 'lib/portfolio_manager/xml.rb', line 10176 class Pgp AttrEGridCode = XSD::QName.new(nil, "eGridCode") AttrEGridName = XSD::QName.new(nil, "eGridName") AttrName = XSD::QName.new(nil, "name") AttrPlantCode = XSD::QName.new(nil, "plantCode") AttrSelected = XSD::QName.new(nil, "selected") def __xmlattr @__xmlattr ||= {} end def xmlattr_plantCode __xmlattr[AttrPlantCode] end def xmlattr_plantCode=(value) __xmlattr[AttrPlantCode] = value end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_selected __xmlattr[AttrSelected] end def xmlattr_selected=(value) __xmlattr[AttrSelected] = value end def xmlattr_eGridCode __xmlattr[AttrEGridCode] end def xmlattr_eGridCode=(value) __xmlattr[AttrEGridCode] = value end def xmlattr_eGridName __xmlattr[AttrEGridName] end def xmlattr_eGridName=(value) __xmlattr[AttrEGridName] = value end def initialize @__xmlattr = {} end end |
#xmlattr_name ⇒ SOAP::SOAPString
10176 10177 10178 10179 10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 10191 10192 10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 10211 10212 10213 10214 10215 10216 10217 10218 10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 10229 10230 |
# File 'lib/portfolio_manager/xml.rb', line 10176 class Pgp AttrEGridCode = XSD::QName.new(nil, "eGridCode") AttrEGridName = XSD::QName.new(nil, "eGridName") AttrName = XSD::QName.new(nil, "name") AttrPlantCode = XSD::QName.new(nil, "plantCode") AttrSelected = XSD::QName.new(nil, "selected") def __xmlattr @__xmlattr ||= {} end def xmlattr_plantCode __xmlattr[AttrPlantCode] end def xmlattr_plantCode=(value) __xmlattr[AttrPlantCode] = value end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_selected __xmlattr[AttrSelected] end def xmlattr_selected=(value) __xmlattr[AttrSelected] = value end def xmlattr_eGridCode __xmlattr[AttrEGridCode] end def xmlattr_eGridCode=(value) __xmlattr[AttrEGridCode] = value end def xmlattr_eGridName __xmlattr[AttrEGridName] end def xmlattr_eGridName=(value) __xmlattr[AttrEGridName] = value end def initialize @__xmlattr = {} end end |
#xmlattr_plantCode ⇒ SOAP::SOAPLong
10176 10177 10178 10179 10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 10191 10192 10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 10211 10212 10213 10214 10215 10216 10217 10218 10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 10229 10230 |
# File 'lib/portfolio_manager/xml.rb', line 10176 class Pgp AttrEGridCode = XSD::QName.new(nil, "eGridCode") AttrEGridName = XSD::QName.new(nil, "eGridName") AttrName = XSD::QName.new(nil, "name") AttrPlantCode = XSD::QName.new(nil, "plantCode") AttrSelected = XSD::QName.new(nil, "selected") def __xmlattr @__xmlattr ||= {} end def xmlattr_plantCode __xmlattr[AttrPlantCode] end def xmlattr_plantCode=(value) __xmlattr[AttrPlantCode] = value end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_selected __xmlattr[AttrSelected] end def xmlattr_selected=(value) __xmlattr[AttrSelected] = value end def xmlattr_eGridCode __xmlattr[AttrEGridCode] end def xmlattr_eGridCode=(value) __xmlattr[AttrEGridCode] = value end def xmlattr_eGridName __xmlattr[AttrEGridName] end def xmlattr_eGridName=(value) __xmlattr[AttrEGridName] = value end def initialize @__xmlattr = {} end end |
#xmlattr_selected ⇒ SOAP::SOAPBoolean
10176 10177 10178 10179 10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 10191 10192 10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 10211 10212 10213 10214 10215 10216 10217 10218 10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 10229 10230 |
# File 'lib/portfolio_manager/xml.rb', line 10176 class Pgp AttrEGridCode = XSD::QName.new(nil, "eGridCode") AttrEGridName = XSD::QName.new(nil, "eGridName") AttrName = XSD::QName.new(nil, "name") AttrPlantCode = XSD::QName.new(nil, "plantCode") AttrSelected = XSD::QName.new(nil, "selected") def __xmlattr @__xmlattr ||= {} end def xmlattr_plantCode __xmlattr[AttrPlantCode] end def xmlattr_plantCode=(value) __xmlattr[AttrPlantCode] = value end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_selected __xmlattr[AttrSelected] end def xmlattr_selected=(value) __xmlattr[AttrSelected] = value end def xmlattr_eGridCode __xmlattr[AttrEGridCode] end def xmlattr_eGridCode=(value) __xmlattr[AttrEGridCode] = value end def xmlattr_eGridName __xmlattr[AttrEGridName] end def xmlattr_eGridName=(value) __xmlattr[AttrEGridName] = value end def initialize @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
10183 10184 10185 |
# File 'lib/portfolio_manager/xml.rb', line 10183 def __xmlattr @__xmlattr ||= {} end |