Class: CEML::RoleSpec
- Inherits:
-
Struct
- Object
- Struct
- CEML::RoleSpec
- Defined in:
- lib/ceml/models/cast.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#range ⇒ Object
Returns the value of attribute range.
-
#tagspec ⇒ Object
Returns the value of attribute tagspec.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/ceml/models/cast.rb', line 2 def name @name end |
#range ⇒ Object
Returns the value of attribute range
2 3 4 |
# File 'lib/ceml/models/cast.rb', line 2 def range @range end |
#tagspec ⇒ Object
Returns the value of attribute tagspec
2 3 4 |
# File 'lib/ceml/models/cast.rb', line 2 def @tagspec end |