Class: PortfolioManager::Xml::LinkType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::LinkType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}linkType
Constant Summary collapse
- AttrHint =
XSD::QName.new(nil, "hint")
- AttrHttpMethod =
XSD::QName.new(nil, "httpMethod")
- AttrId =
XSD::QName.new(nil, "id")
- AttrLink =
XSD::QName.new(nil, "link")
- AttrLinkDescription =
XSD::QName.new(nil, "linkDescription")
Instance Attribute Summary collapse
- #xmlattr_hint ⇒ SOAP::SOAPString
- #xmlattr_httpMethod ⇒ SOAP::SOAPString
- #xmlattr_id ⇒ SOAP::SOAPInteger
- #xmlattr_link ⇒ SOAP::SOAPAnyURI
- #xmlattr_linkDescription ⇒ SOAP::SOAPString
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ LinkType
constructor
A new instance of LinkType.
Constructor Details
#initialize ⇒ LinkType
Returns a new instance of LinkType.
187 188 189 |
# File 'lib/portfolio_manager/xml.rb', line 187 def initialize @__xmlattr = {} end |
Instance Attribute Details
#xmlattr_hint ⇒ SOAP::SOAPString
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 |
# File 'lib/portfolio_manager/xml.rb', line 136 class LinkType AttrHint = XSD::QName.new(nil, "hint") AttrHttpMethod = XSD::QName.new(nil, "httpMethod") AttrId = XSD::QName.new(nil, "id") AttrLink = XSD::QName.new(nil, "link") AttrLinkDescription = XSD::QName.new(nil, "linkDescription") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_linkDescription __xmlattr[AttrLinkDescription] end def xmlattr_linkDescription=(value) __xmlattr[AttrLinkDescription] = value end def xmlattr_link __xmlattr[AttrLink] end def xmlattr_link=(value) __xmlattr[AttrLink] = value end def xmlattr_httpMethod __xmlattr[AttrHttpMethod] end def xmlattr_httpMethod=(value) __xmlattr[AttrHttpMethod] = value end def xmlattr_hint __xmlattr[AttrHint] end def xmlattr_hint=(value) __xmlattr[AttrHint] = value end def initialize @__xmlattr = {} end end |
#xmlattr_httpMethod ⇒ SOAP::SOAPString
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 |
# File 'lib/portfolio_manager/xml.rb', line 136 class LinkType AttrHint = XSD::QName.new(nil, "hint") AttrHttpMethod = XSD::QName.new(nil, "httpMethod") AttrId = XSD::QName.new(nil, "id") AttrLink = XSD::QName.new(nil, "link") AttrLinkDescription = XSD::QName.new(nil, "linkDescription") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_linkDescription __xmlattr[AttrLinkDescription] end def xmlattr_linkDescription=(value) __xmlattr[AttrLinkDescription] = value end def xmlattr_link __xmlattr[AttrLink] end def xmlattr_link=(value) __xmlattr[AttrLink] = value end def xmlattr_httpMethod __xmlattr[AttrHttpMethod] end def xmlattr_httpMethod=(value) __xmlattr[AttrHttpMethod] = value end def xmlattr_hint __xmlattr[AttrHint] end def xmlattr_hint=(value) __xmlattr[AttrHint] = value end def initialize @__xmlattr = {} end end |
#xmlattr_id ⇒ SOAP::SOAPInteger
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 |
# File 'lib/portfolio_manager/xml.rb', line 136 class LinkType AttrHint = XSD::QName.new(nil, "hint") AttrHttpMethod = XSD::QName.new(nil, "httpMethod") AttrId = XSD::QName.new(nil, "id") AttrLink = XSD::QName.new(nil, "link") AttrLinkDescription = XSD::QName.new(nil, "linkDescription") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_linkDescription __xmlattr[AttrLinkDescription] end def xmlattr_linkDescription=(value) __xmlattr[AttrLinkDescription] = value end def xmlattr_link __xmlattr[AttrLink] end def xmlattr_link=(value) __xmlattr[AttrLink] = value end def xmlattr_httpMethod __xmlattr[AttrHttpMethod] end def xmlattr_httpMethod=(value) __xmlattr[AttrHttpMethod] = value end def xmlattr_hint __xmlattr[AttrHint] end def xmlattr_hint=(value) __xmlattr[AttrHint] = value end def initialize @__xmlattr = {} end end |
#xmlattr_link ⇒ SOAP::SOAPAnyURI
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 |
# File 'lib/portfolio_manager/xml.rb', line 136 class LinkType AttrHint = XSD::QName.new(nil, "hint") AttrHttpMethod = XSD::QName.new(nil, "httpMethod") AttrId = XSD::QName.new(nil, "id") AttrLink = XSD::QName.new(nil, "link") AttrLinkDescription = XSD::QName.new(nil, "linkDescription") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_linkDescription __xmlattr[AttrLinkDescription] end def xmlattr_linkDescription=(value) __xmlattr[AttrLinkDescription] = value end def xmlattr_link __xmlattr[AttrLink] end def xmlattr_link=(value) __xmlattr[AttrLink] = value end def xmlattr_httpMethod __xmlattr[AttrHttpMethod] end def xmlattr_httpMethod=(value) __xmlattr[AttrHttpMethod] = value end def xmlattr_hint __xmlattr[AttrHint] end def xmlattr_hint=(value) __xmlattr[AttrHint] = value end def initialize @__xmlattr = {} end end |
#xmlattr_linkDescription ⇒ SOAP::SOAPString
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 |
# File 'lib/portfolio_manager/xml.rb', line 136 class LinkType AttrHint = XSD::QName.new(nil, "hint") AttrHttpMethod = XSD::QName.new(nil, "httpMethod") AttrId = XSD::QName.new(nil, "id") AttrLink = XSD::QName.new(nil, "link") AttrLinkDescription = XSD::QName.new(nil, "linkDescription") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_linkDescription __xmlattr[AttrLinkDescription] end def xmlattr_linkDescription=(value) __xmlattr[AttrLinkDescription] = value end def xmlattr_link __xmlattr[AttrLink] end def xmlattr_link=(value) __xmlattr[AttrLink] = value end def xmlattr_httpMethod __xmlattr[AttrHttpMethod] end def xmlattr_httpMethod=(value) __xmlattr[AttrHttpMethod] = value end def xmlattr_hint __xmlattr[AttrHint] end def xmlattr_hint=(value) __xmlattr[AttrHint] = value end def initialize @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
143 144 145 |
# File 'lib/portfolio_manager/xml.rb', line 143 def __xmlattr @__xmlattr ||= {} end |