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