Class: ANN_Episode
- Inherits:
-
Struct
- Object
- Struct
- ANN_Episode
- Defined in:
- lib/ann_wrapper/ann_objects.rb
Instance Attribute Summary collapse
-
#lang ⇒ Object
Returns the value of attribute lang.
-
#number ⇒ Object
Returns the value of attribute number.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#lang ⇒ Object
Returns the value of attribute lang
46 47 48 |
# File 'lib/ann_wrapper/ann_objects.rb', line 46 def lang @lang end |
#number ⇒ Object
Returns the value of attribute number
46 47 48 |
# File 'lib/ann_wrapper/ann_objects.rb', line 46 def number @number end |
#title ⇒ Object
Returns the value of attribute title
46 47 48 |
# File 'lib/ann_wrapper/ann_objects.rb', line 46 def title @title end |