lib/net_flix/title.rb in netflix4r-0.1.0 vs lib/net_flix/title.rb in netflix4r-0.2.0
- old
+ new
@@ -6,10 +6,11 @@
has_collection :genres
has_collection :actors
has_value :title
has_value :web_page
has_collection :delivery_formats
+ has_collection :box_art
def to_json
attributes.to_json
end
@@ -33,7 +34,6 @@
TitleBuilder.from_xml(data)
end
end
end # class Title
-end # module NetFlix
-
+end # module NetFlix
\ No newline at end of file