Class: StrideAlign::BackendRecord
- Inherits:
-
Struct
- Object
- Struct
- StrideAlign::BackendRecord
- Defined in:
- lib/stride_align/backend.rb
Instance Attribute Summary collapse
-
#available ⇒ Object
Returns the value of attribute available.
-
#compiled ⇒ Object
Returns the value of attribute compiled.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#available ⇒ Object
Returns the value of attribute available
22 23 24 |
# File 'lib/stride_align/backend.rb', line 22 def available @available end |
#compiled ⇒ Object
Returns the value of attribute compiled
22 23 24 |
# File 'lib/stride_align/backend.rb', line 22 def compiled @compiled end |
#kind ⇒ Object
Returns the value of attribute kind
22 23 24 |
# File 'lib/stride_align/backend.rb', line 22 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
22 23 24 |
# File 'lib/stride_align/backend.rb', line 22 def name @name end |