Class: PortfolioManager::Xml::PropertyMetricsType

Inherits:
Object
  • Object
show all
Defined in:
lib/portfolio_manager/xml.rb

Overview

{}propertyMetricsType

Constant Summary collapse

AttrMonth =
XSD::QName.new(nil, "month")
AttrPeriodType =
XSD::QName.new(nil, "periodType")
AttrPropertyId =
XSD::QName.new(nil, "propertyId")
AttrYear =
XSD::QName.new(nil, "year")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(metric = []) ⇒ PropertyMetricsType

Returns a new instance of PropertyMetricsType.



3192
3193
3194
3195
# File 'lib/portfolio_manager/xml.rb', line 3192

def initialize(metric = [])
  @metric = metric
  @__xmlattr = {}
end

Instance Attribute Details

#metricPortfolioManager::Xml::Metric



3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
# File 'lib/portfolio_manager/xml.rb', line 3148

class PropertyMetricsType
  AttrMonth = XSD::QName.new(nil, "month")
  AttrPeriodType = XSD::QName.new(nil, "periodType")
  AttrPropertyId = XSD::QName.new(nil, "propertyId")
  AttrYear = XSD::QName.new(nil, "year")

  attr_accessor :metric

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_year
    __xmlattr[AttrYear]
  end

  def xmlattr_year=(value)
    __xmlattr[AttrYear] = value
  end

  def xmlattr_month
    __xmlattr[AttrMonth]
  end

  def xmlattr_month=(value)
    __xmlattr[AttrMonth] = value
  end

  def xmlattr_periodType
    __xmlattr[AttrPeriodType]
  end

  def xmlattr_periodType=(value)
    __xmlattr[AttrPeriodType] = value
  end

  def xmlattr_propertyId
    __xmlattr[AttrPropertyId]
  end

  def xmlattr_propertyId=(value)
    __xmlattr[AttrPropertyId] = value
  end

  def initialize(metric = [])
    @metric = metric
    @__xmlattr = {}
  end
end

#xmlattr_monthSOAP::SOAPInteger

Returns:

  • (SOAP::SOAPInteger)


3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
# File 'lib/portfolio_manager/xml.rb', line 3148

class PropertyMetricsType
  AttrMonth = XSD::QName.new(nil, "month")
  AttrPeriodType = XSD::QName.new(nil, "periodType")
  AttrPropertyId = XSD::QName.new(nil, "propertyId")
  AttrYear = XSD::QName.new(nil, "year")

  attr_accessor :metric

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_year
    __xmlattr[AttrYear]
  end

  def xmlattr_year=(value)
    __xmlattr[AttrYear] = value
  end

  def xmlattr_month
    __xmlattr[AttrMonth]
  end

  def xmlattr_month=(value)
    __xmlattr[AttrMonth] = value
  end

  def xmlattr_periodType
    __xmlattr[AttrPeriodType]
  end

  def xmlattr_periodType=(value)
    __xmlattr[AttrPeriodType] = value
  end

  def xmlattr_propertyId
    __xmlattr[AttrPropertyId]
  end

  def xmlattr_propertyId=(value)
    __xmlattr[AttrPropertyId] = value
  end

  def initialize(metric = [])
    @metric = metric
    @__xmlattr = {}
  end
end

#xmlattr_periodTypeSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
# File 'lib/portfolio_manager/xml.rb', line 3148

class PropertyMetricsType
  AttrMonth = XSD::QName.new(nil, "month")
  AttrPeriodType = XSD::QName.new(nil, "periodType")
  AttrPropertyId = XSD::QName.new(nil, "propertyId")
  AttrYear = XSD::QName.new(nil, "year")

  attr_accessor :metric

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_year
    __xmlattr[AttrYear]
  end

  def xmlattr_year=(value)
    __xmlattr[AttrYear] = value
  end

  def xmlattr_month
    __xmlattr[AttrMonth]
  end

  def xmlattr_month=(value)
    __xmlattr[AttrMonth] = value
  end

  def xmlattr_periodType
    __xmlattr[AttrPeriodType]
  end

  def xmlattr_periodType=(value)
    __xmlattr[AttrPeriodType] = value
  end

  def xmlattr_propertyId
    __xmlattr[AttrPropertyId]
  end

  def xmlattr_propertyId=(value)
    __xmlattr[AttrPropertyId] = value
  end

  def initialize(metric = [])
    @metric = metric
    @__xmlattr = {}
  end
end

#xmlattr_propertyIdSOAP::SOAPLong

Returns:

  • (SOAP::SOAPLong)


3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
# File 'lib/portfolio_manager/xml.rb', line 3148

class PropertyMetricsType
  AttrMonth = XSD::QName.new(nil, "month")
  AttrPeriodType = XSD::QName.new(nil, "periodType")
  AttrPropertyId = XSD::QName.new(nil, "propertyId")
  AttrYear = XSD::QName.new(nil, "year")

  attr_accessor :metric

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_year
    __xmlattr[AttrYear]
  end

  def xmlattr_year=(value)
    __xmlattr[AttrYear] = value
  end

  def xmlattr_month
    __xmlattr[AttrMonth]
  end

  def xmlattr_month=(value)
    __xmlattr[AttrMonth] = value
  end

  def xmlattr_periodType
    __xmlattr[AttrPeriodType]
  end

  def xmlattr_periodType=(value)
    __xmlattr[AttrPeriodType] = value
  end

  def xmlattr_propertyId
    __xmlattr[AttrPropertyId]
  end

  def xmlattr_propertyId=(value)
    __xmlattr[AttrPropertyId] = value
  end

  def initialize(metric = [])
    @metric = metric
    @__xmlattr = {}
  end
end

#xmlattr_yearSOAP::SOAPInteger

Returns:

  • (SOAP::SOAPInteger)


3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
# File 'lib/portfolio_manager/xml.rb', line 3148

class PropertyMetricsType
  AttrMonth = XSD::QName.new(nil, "month")
  AttrPeriodType = XSD::QName.new(nil, "periodType")
  AttrPropertyId = XSD::QName.new(nil, "propertyId")
  AttrYear = XSD::QName.new(nil, "year")

  attr_accessor :metric

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_year
    __xmlattr[AttrYear]
  end

  def xmlattr_year=(value)
    __xmlattr[AttrYear] = value
  end

  def xmlattr_month
    __xmlattr[AttrMonth]
  end

  def xmlattr_month=(value)
    __xmlattr[AttrMonth] = value
  end

  def xmlattr_periodType
    __xmlattr[AttrPeriodType]
  end

  def xmlattr_periodType=(value)
    __xmlattr[AttrPeriodType] = value
  end

  def xmlattr_propertyId
    __xmlattr[AttrPropertyId]
  end

  def xmlattr_propertyId=(value)
    __xmlattr[AttrPropertyId] = value
  end

  def initialize(metric = [])
    @metric = metric
    @__xmlattr = {}
  end
end

Instance Method Details

#__xmlattrObject



3156
3157
3158
# File 'lib/portfolio_manager/xml.rb', line 3156

def __xmlattr
  @__xmlattr ||= {}
end