Class: ANN_Episode

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

Instance Attribute Summary collapse

Instance Attribute Details

#langObject

Returns the value of attribute lang

Returns:

  • (Object)

    the current value of lang



46
47
48
# File 'lib/ann_wrapper/ann_objects.rb', line 46

def lang
  @lang
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



46
47
48
# File 'lib/ann_wrapper/ann_objects.rb', line 46

def number
  @number
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



46
47
48
# File 'lib/ann_wrapper/ann_objects.rb', line 46

def title
  @title
end