Skip to content

Commit

Permalink
second try
Browse files Browse the repository at this point in the history
  • Loading branch information
rayjohnson committed Jun 1, 2013
1 parent 9bb0705 commit 5ced593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/zuora/objects/product_rate_plan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class ProductRatePlan < Base
validates_length_of :name, :maximum => 100, :allow_nil => true

define_attributes do
read_only :updated_by_id, :updated_date, :created_by_id, :created_date
complex :active_currencies
read_only (:updated_by_id, :updated_date, :created_by_id, :created_date)
complex (:active_currencies)
end
end
end

0 comments on commit 5ced593

Please sign in to comment.