lib/tracker_api/resources/project.rb in tracker_api-1.1.0 vs lib/tracker_api/resources/project.rb in tracker_api-1.1.1
- old
+ new
@@ -15,17 +15,17 @@
attribute :description, String
attribute :enable_following, Boolean
attribute :enable_incoming_emails, Boolean
attribute :enable_planned_mode, Boolean
attribute :enable_tasks, Boolean
- attribute :epic_ids, Shared::Collection[Integer]
- attribute :epics, Shared::Collection[Epic]
+ attribute :epic_ids, [Integer]
+ attribute :epics, [Epic]
attribute :has_google_domain, Boolean
attribute :initial_velocity, Integer
attribute :iteration_length, Integer
attribute :kind, String
- attribute :label_ids, Shared::Collection[Integer]
- attribute :labels, Shared::Collection[Label]
+ attribute :label_ids, [Integer]
+ attribute :labels, [Label]
attribute :name, String
attribute :number_of_done_iterations_to_show, Integer
attribute :point_scale, String
attribute :point_scale_is_custom, Boolean
attribute :profile_content, String