From 5bd6a1cc31acae3eea6348e2f0fdb853d77c4318 Mon Sep 17 00:00:00 2001 From: HuyH+HungT Date: Thu, 5 Dec 2013 17:44:30 +0700 Subject: [PATCH] 452 - Terms and conditions URL should be an attribute of service doc. https://www.pivotaltracker.com/story/show/61443452 --- lib/ey_services_api/service.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ey_services_api/service.rb b/lib/ey_services_api/service.rb index a052857..e987f15 100644 --- a/lib/ey_services_api/service.rb +++ b/lib/ey_services_api/service.rb @@ -1,7 +1,7 @@ #TODO: list services should populate the URL of this object module EY module ServicesAPI - class Service < APIStruct.new(:name, :label, :description, :home_url, :service_accounts_url, :terms_and_conditions_url, :vars) + class Service < APIStruct.new(:name, :label, :description, :home_url, :service_accounts_url, :vars) attr_accessor :connection attr_accessor :url @@ -17,4 +17,4 @@ def destroy end end -end \ No newline at end of file +end