Class: EgeParser::Pupil

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/pupil.rb', line 4

def name
  @name
end

#passportObject

Returns the value of attribute passport.



4
5
6
# File 'lib/pupil.rb', line 4

def passport
  @passport
end

#patronymicObject

Returns the value of attribute patronymic.



4
5
6
# File 'lib/pupil.rb', line 4

def patronymic
  @patronymic
end

#regionObject

Returns the value of attribute region.



4
5
6
# File 'lib/pupil.rb', line 4

def region
  @region
end

#surnameObject

Returns the value of attribute surname.



4
5
6
# File 'lib/pupil.rb', line 4

def surname
  @surname
end