Class: CertStepper::Cert

Inherits:
Object
  • Object
show all
Defined in:
lib/certstepper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email.



26
27
28
# File 'lib/certstepper.rb', line 26

def email
  @email
end

#passwordObject

Returns the value of attribute password.



27
28
29
# File 'lib/certstepper.rb', line 27

def password
  @password
end

#profile_idObject

Returns the value of attribute profile_id.



28
29
30
# File 'lib/certstepper.rb', line 28

def profile_id
  @profile_id
end

#profile_nameObject

Returns the value of attribute profile_name.



29
30
31
# File 'lib/certstepper.rb', line 29

def profile_name
  @profile_name
end