Class: PlatformSdk::IdMapper::Models::Partner
- Inherits:
-
Object
- Object
- PlatformSdk::IdMapper::Models::Partner
- Defined in:
- lib/platform_sdk/id_mapper/models/partner.rb
Instance Attribute Summary collapse
-
#canvas_account ⇒ Object
Returns the value of attribute canvas_account.
-
#canvas_account_uuid ⇒ Object
Returns the value of attribute canvas_account_uuid.
-
#canvas_authentication_provider_type ⇒ Object
Returns the value of attribute canvas_authentication_provider_type.
-
#canvas_domain ⇒ Object
Returns the value of attribute canvas_domain.
-
#clever_district_id ⇒ Object
Returns the value of attribute clever_district_id.
-
#clever_school_id ⇒ Object
Returns the value of attribute clever_school_id.
-
#default_grade ⇒ Object
Returns the value of attribute default_grade.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#feature_identity_emails ⇒ Object
Returns the value of attribute feature_identity_emails.
-
#fuji_id ⇒ Object
Returns the value of attribute fuji_id.
-
#group_label ⇒ Object
Returns the value of attribute group_label.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#powerschool_dcid ⇒ Object
Returns the value of attribute powerschool_dcid.
-
#powerschool_domain ⇒ Object
Returns the value of attribute powerschool_domain.
-
#powerschool_school_number ⇒ Object
Returns the value of attribute powerschool_school_number.
-
#roster_source ⇒ Object
Returns the value of attribute roster_source.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Partner
constructor
A new instance of Partner.
Constructor Details
#initialize(attributes = {}) ⇒ Partner
Returns a new instance of Partner.
14 15 16 17 18 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 14 def initialize(attributes = {}) attributes.each do |key, value| instance_variable_set("@#{key}", value) end end |
Instance Attribute Details
#canvas_account ⇒ Object
Returns the value of attribute canvas_account.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def canvas_account @canvas_account end |
#canvas_account_uuid ⇒ Object
Returns the value of attribute canvas_account_uuid.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def canvas_account_uuid @canvas_account_uuid end |
#canvas_authentication_provider_type ⇒ Object
Returns the value of attribute canvas_authentication_provider_type.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def canvas_authentication_provider_type @canvas_authentication_provider_type end |
#canvas_domain ⇒ Object
Returns the value of attribute canvas_domain.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def canvas_domain @canvas_domain end |
#clever_district_id ⇒ Object
Returns the value of attribute clever_district_id.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def clever_district_id @clever_district_id end |
#clever_school_id ⇒ Object
Returns the value of attribute clever_school_id.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def clever_school_id @clever_school_id end |
#default_grade ⇒ Object
Returns the value of attribute default_grade.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def default_grade @default_grade end |
#display_name ⇒ Object
Returns the value of attribute display_name.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def display_name @display_name end |
#feature_identity_emails ⇒ Object
Returns the value of attribute feature_identity_emails.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def feature_identity_emails @feature_identity_emails end |
#fuji_id ⇒ Object
Returns the value of attribute fuji_id.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def fuji_id @fuji_id end |
#group_label ⇒ Object
Returns the value of attribute group_label.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def group_label @group_label end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def name @name end |
#powerschool_dcid ⇒ Object
Returns the value of attribute powerschool_dcid.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def powerschool_dcid @powerschool_dcid end |
#powerschool_domain ⇒ Object
Returns the value of attribute powerschool_domain.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def powerschool_domain @powerschool_domain end |
#powerschool_school_number ⇒ Object
Returns the value of attribute powerschool_school_number.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def powerschool_school_number @powerschool_school_number end |
#roster_source ⇒ Object
Returns the value of attribute roster_source.
7 8 9 |
# File 'lib/platform_sdk/id_mapper/models/partner.rb', line 7 def roster_source @roster_source end |