Class: Vicary::Conformance::Identity
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Conformance::Identity
- Defined in:
- lib/vicary/conformance.rb
Instance Attribute Summary collapse
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#school_name ⇒ Object
Returns the value of attribute school_name.
Instance Attribute Details
#first_name ⇒ Object
Returns the value of attribute first_name
30 31 32 |
# File 'lib/vicary/conformance.rb', line 30 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name
30 31 32 |
# File 'lib/vicary/conformance.rb', line 30 def last_name @last_name end |
#school_name ⇒ Object
Returns the value of attribute school_name
30 31 32 |
# File 'lib/vicary/conformance.rb', line 30 def school_name @school_name end |