Skip to content

Commit

Permalink
Add additional_information_url to announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehner committed Feb 2, 2022
1 parent 9f02ead commit 5fc3791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/ioki/model/passenger/announcement.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module Ioki
module Model
module Passenger
class Announcement < Base
attribute :additional_information_url, on: :read, type: :string
attribute :ends_at, on: :read, type: :date_time
attribute :severity, on: :read, type: :string
attribute :show_on_every_app_start, on: :read, type: :boolean
Expand Down
1 change: 1 addition & 0 deletions lib/ioki/model/platform/announcement.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module Ioki
module Model
module Platform
class Announcement < Base
attribute :additional_information_url, on: :read, type: :string
attribute :ends_at, on: :read, type: :date_time
attribute :severity, on: :read, type: :string
attribute :show_on_every_app_start, on: :read, type: :boolean
Expand Down

0 comments on commit 5fc3791

Please sign in to comment.