Class: ANN_Staff

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



40
41
42
# File 'lib/ann_wrapper/ann.rb', line 40

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



40
41
42
# File 'lib/ann_wrapper/ann.rb', line 40

def name
  @name
end

#taskObject

Returns the value of attribute task

Returns:

  • (Object)

    the current value of task



40
41
42
# File 'lib/ann_wrapper/ann.rb', line 40

def task
  @task
end