Class: ANN_Staff

Inherits:
Struct
  • Object
show all
Defined in:
lib/ann_wrapper/ann_objects.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



44
45
46
# File 'lib/ann_wrapper/ann_objects.rb', line 44

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



44
45
46
# File 'lib/ann_wrapper/ann_objects.rb', line 44

def name
  @name
end

#taskObject

Returns the value of attribute task

Returns:

  • (Object)

    the current value of task



44
45
46
# File 'lib/ann_wrapper/ann_objects.rb', line 44

def task
  @task
end