Class: ANN_Episode
- Inherits:
-
Struct
- Object
- Struct
- ANN_Episode
- Defined in:
- lib/ann_wrapper/ann.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
42 43 44 |
# File 'lib/ann_wrapper/ann.rb', line 42 def lang @lang end |
#number ⇒ Object
Returns the value of attribute number
42 43 44 |
# File 'lib/ann_wrapper/ann.rb', line 42 def number @number end |
#title ⇒ Object
Returns the value of attribute title
42 43 44 |
# File 'lib/ann_wrapper/ann.rb', line 42 def title @title end |