Class: Feat::Datafile::File
- Inherits:
-
Struct
- Object
- Struct
- Feat::Datafile::File
- Defined in:
- lib/feat/datafile.rb
Instance Attribute Summary collapse
-
#contextKinds ⇒ Object
Returns the value of attribute contextKinds.
-
#envId ⇒ Object
Returns the value of attribute envId.
-
#envKey ⇒ Object
Returns the value of attribute envKey.
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#generatedAt ⇒ Object
Returns the value of attribute generatedAt.
-
#projectId ⇒ Object
Returns the value of attribute projectId.
-
#schemaVersion ⇒ Object
Returns the value of attribute schemaVersion.
-
#segments ⇒ Object
Returns the value of attribute segments.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#contextKinds ⇒ Object
Returns the value of attribute contextKinds
28 29 30 |
# File 'lib/feat/datafile.rb', line 28 def contextKinds @contextKinds end |
#envId ⇒ Object
Returns the value of attribute envId
28 29 30 |
# File 'lib/feat/datafile.rb', line 28 def envId @envId end |
#envKey ⇒ Object
Returns the value of attribute envKey
28 29 30 |
# File 'lib/feat/datafile.rb', line 28 def envKey @envKey end |
#etag ⇒ Object
Returns the value of attribute etag
28 29 30 |
# File 'lib/feat/datafile.rb', line 28 def etag @etag end |
#flags ⇒ Object
Returns the value of attribute flags
28 29 30 |
# File 'lib/feat/datafile.rb', line 28 def flags @flags end |
#generatedAt ⇒ Object
Returns the value of attribute generatedAt
28 29 30 |
# File 'lib/feat/datafile.rb', line 28 def generatedAt @generatedAt end |
#projectId ⇒ Object
Returns the value of attribute projectId
28 29 30 |
# File 'lib/feat/datafile.rb', line 28 def projectId @projectId end |
#schemaVersion ⇒ Object
Returns the value of attribute schemaVersion
28 29 30 |
# File 'lib/feat/datafile.rb', line 28 def schemaVersion @schemaVersion end |
#segments ⇒ Object
Returns the value of attribute segments
28 29 30 |
# File 'lib/feat/datafile.rb', line 28 def segments @segments end |
#version ⇒ Object
Returns the value of attribute version
28 29 30 |
# File 'lib/feat/datafile.rb', line 28 def version @version end |