lib/amee/profile_api/profile_item.rb in hookercookerman-amee-0.2.0 vs lib/amee/profile_api/profile_item.rb in hookercookerman-amee-0.2.1
- old
+ new
@@ -43,9 +43,13 @@
def profile_uid
profile["uid"]
end
+ def data_item_uid
+ data_item["uid"]
+ end
+
def full_path
"#{self.class.path_prefix}/#{profile_uid}" + resource_path
end
def populate!
\ No newline at end of file