Class: AbsorbApi::Certificate

Inherits:
Record
  • Object
show all
Defined in:
lib/absorb_api/certificate.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Record

all, can_create, can_search, find, #initialize, with_relationships

Constructor Details

This class inherits a constructor from AbsorbApi::Record

Instance Attribute Details

#acquired_dateObject

Returns the value of attribute acquired_date.



5
6
7
# File 'lib/absorb_api/certificate.rb', line 5

def acquired_date
  @acquired_date
end

#course_nameObject

Returns the value of attribute course_name.



5
6
7
# File 'lib/absorb_api/certificate.rb', line 5

def course_name
  @course_name
end

#enrollment_idObject

Returns the value of attribute enrollment_id.



5
6
7
# File 'lib/absorb_api/certificate.rb', line 5

def enrollment_id
  @enrollment_id
end

#expiry_dateObject

Returns the value of attribute expiry_date.



5
6
7
# File 'lib/absorb_api/certificate.rb', line 5

def expiry_date
  @expiry_date
end

#full_nameObject

Returns the value of attribute full_name.



5
6
7
# File 'lib/absorb_api/certificate.rb', line 5

def full_name
  @full_name
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/absorb_api/certificate.rb', line 5

def id
  @id
end

#notesObject

Returns the value of attribute notes.



5
6
7
# File 'lib/absorb_api/certificate.rb', line 5

def notes
  @notes
end