Class: OpenStax::Accounts::ApplicationAccount

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

Instance Attribute Summary collapse

Instance Attribute Details

#accountObject

Returns the value of attribute account.



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

def 
  @account
end

#application_idObject

Returns the value of attribute application_id.



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

def application_id
  @application_id
end

#default_contact_info_idObject

Returns the value of attribute default_contact_info_id.



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

def default_contact_info_id
  @default_contact_info_id
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'app/models/openstax/accounts/application_account.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_account.rb', line 4

def unread_updates
  @unread_updates
end