Class: OpenStax::Accounts::ApplicationGroup

Inherits:
Object
  • Object
show all
Defined in:
app/models/openstax/accounts/application_group.rb

Instance Attribute Summary collapse

Instance Attribute Details

#application_idObject

Returns the value of attribute application_id.



4
5
6
# File 'app/models/openstax/accounts/application_group.rb', line 4

def application_id
  @application_id
end

#groupObject

Returns the value of attribute group.



4
5
6
# File 'app/models/openstax/accounts/application_group.rb', line 4

def group
  @group
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'app/models/openstax/accounts/application_group.rb', line 4

def id
  @id
end

#unread_updatesObject

Returns the value of attribute unread_updates.



4
5
6
# File 'app/models/openstax/accounts/application_group.rb', line 4

def unread_updates
  @unread_updates
end