Class: Vicary::Conformance::Identity

Inherits:
Struct
  • Object
show all
Defined in:
lib/vicary/conformance.rb

Instance Attribute Summary collapse

Instance Attribute Details

#first_nameObject

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



30
31
32
# File 'lib/vicary/conformance.rb', line 30

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



30
31
32
# File 'lib/vicary/conformance.rb', line 30

def last_name
  @last_name
end

#school_nameObject

Returns the value of attribute school_name

Returns:

  • (Object)

    the current value of school_name



30
31
32
# File 'lib/vicary/conformance.rb', line 30

def school_name
  @school_name
end