Class: ANN_Cast
- Inherits:
-
Struct
- Object
- Struct
- ANN_Cast
- Defined in:
- lib/ann_wrapper/ann.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#lang ⇒ Object
Returns the value of attribute lang.
-
#name ⇒ Object
Returns the value of attribute name.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
41 42 43 |
# File 'lib/ann_wrapper/ann.rb', line 41 def id @id end |
#lang ⇒ Object
Returns the value of attribute lang
41 42 43 |
# File 'lib/ann_wrapper/ann.rb', line 41 def lang @lang end |
#name ⇒ Object
Returns the value of attribute name
41 42 43 |
# File 'lib/ann_wrapper/ann.rb', line 41 def name @name end |
#role ⇒ Object
Returns the value of attribute role
41 42 43 |
# File 'lib/ann_wrapper/ann.rb', line 41 def role @role end |