Class: ChildManager::ChildRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/xing/managers/child.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/xing/managers/child.rb', line 9

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/xing/managers/child.rb', line 9

def status
  @status
end