Class: Xhash::RFC

Inherits:
Struct
  • Object
show all
Defined in:
lib/xhash/structs/rfc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#birth_dateObject

Returns the value of attribute birth_date

Returns:

  • (Object)

    the current value of birth_date



2
3
4
# File 'lib/xhash/structs/rfc.rb', line 2

def birth_date
  @birth_date
end

#last_nameObject

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



2
3
4
# File 'lib/xhash/structs/rfc.rb', line 2

def last_name
  @last_name
end

#mothers_last_nameObject

Returns the value of attribute mothers_last_name

Returns:

  • (Object)

    the current value of mothers_last_name



2
3
4
# File 'lib/xhash/structs/rfc.rb', line 2

def mothers_last_name
  @mothers_last_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/xhash/structs/rfc.rb', line 2

def name
  @name
end

#rfcObject

Returns the value of attribute rfc

Returns:

  • (Object)

    the current value of rfc



2
3
4
# File 'lib/xhash/structs/rfc.rb', line 2

def rfc
  @rfc
end