Skip to content

Commit

Permalink
Merge pull request #198 from zendesk/mehul/add_collapsible_to_install…
Browse files Browse the repository at this point in the history
…ations

Add collapsible attribute to installations
  • Loading branch information
Mehul-Porwal authored Feb 1, 2018
2 parents 836cb04 + 456344f commit f071af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zendesk_apps_support/installation.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module ZendeskAppsSupport
class Installation
attr_accessor :id, :app_id, :app_name, :requirements, :settings, :enabled, :updated_at, :created_at
attr_accessor :id, :app_id, :app_name, :requirements, :settings, :enabled, :collapsible, :updated_at, :created_at

def initialize(options)
options.each do |k, v|
Expand Down

0 comments on commit f071af9

Please sign in to comment.