Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/ey_services_api/service.rb
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -17,4 +17,4 @@ def destroy

end
end
end
end