Class: Vicary::Conformance::Frame
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Conformance::Frame
- Defined in:
- lib/vicary/conformance.rb
Instance Attribute Summary collapse
-
#frame_id ⇒ Object
Returns the value of attribute frame_id.
-
#group ⇒ Object
Returns the value of attribute group.
-
#held_out ⇒ Object
Returns the value of attribute held_out.
-
#note ⇒ Object
Returns the value of attribute note.
-
#prompt_context ⇒ Object
Returns the value of attribute prompt_context.
-
#sentence ⇒ Object
Returns the value of attribute sentence.
-
#spans ⇒ Object
Returns the value of attribute spans.
Instance Attribute Details
#frame_id ⇒ Object
Returns the value of attribute frame_id
28 29 30 |
# File 'lib/vicary/conformance.rb', line 28 def frame_id @frame_id end |
#group ⇒ Object
Returns the value of attribute group
28 29 30 |
# File 'lib/vicary/conformance.rb', line 28 def group @group end |
#held_out ⇒ Object
Returns the value of attribute held_out
28 29 30 |
# File 'lib/vicary/conformance.rb', line 28 def held_out @held_out end |
#note ⇒ Object
Returns the value of attribute note
28 29 30 |
# File 'lib/vicary/conformance.rb', line 28 def note @note end |
#prompt_context ⇒ Object
Returns the value of attribute prompt_context
28 29 30 |
# File 'lib/vicary/conformance.rb', line 28 def prompt_context @prompt_context end |
#sentence ⇒ Object
Returns the value of attribute sentence
28 29 30 |
# File 'lib/vicary/conformance.rb', line 28 def sentence @sentence end |
#spans ⇒ Object
Returns the value of attribute spans
28 29 30 |
# File 'lib/vicary/conformance.rb', line 28 def spans @spans end |