lib/amee/profile_api/profile_item.rb in hookercookerman-amee-0.0.6 vs lib/amee/profile_api/profile_item.rb in hookercookerman-amee-0.0.7

- old
+ new

@@ -4,10 +4,10 @@ module ProfileApi class ProfileItem include Amee::Model self.path_prefix = "/profiles" - attr_accessor :end, :amount, :data_item, :profile, :valid_from, :start_date, :end_date, :data_item, :amount_per_month, :total_amount + attr_accessor :end, :amount, :data_item, :profile, :valid_from, :start_date, :end_date, :amount_per_month, :total_amount list_populators :item_values => {:class => Amee::DataApi::DataItemValue} item_populators :data_category => {:class => Amee::DataApi::DataCategory}, :item_definition => {:class => Amee::DataApi::ItemDefinition} \ No newline at end of file