Class: Squared::Workspace::Support::SeriesData
- Inherits:
-
Struct
- Object
- Struct
- Squared::Workspace::Support::SeriesData
- Defined in:
- lib/squared/workspace/support/base.rb
Instance Attribute Summary collapse
-
#alias ⇒ Object
Returns the value of attribute alias.
-
#base ⇒ Object
Returns the value of attribute base.
-
#batch ⇒ Object
Returns the value of attribute batch.
-
#keys ⇒ Object
Returns the value of attribute keys.
-
#missing ⇒ Object
Returns the value of attribute missing.
-
#project ⇒ Object
Returns the value of attribute project.
-
#rename ⇒ Object
Returns the value of attribute rename.
Instance Method Summary collapse
-
#initialize(rename = nil) ⇒ SeriesData
constructor
A new instance of SeriesData.
Constructor Details
#initialize(rename = nil) ⇒ SeriesData
Returns a new instance of SeriesData.
19 20 21 |
# File 'lib/squared/workspace/support/base.rb', line 19 def initialize(rename = nil) super(Set.new, [], Support.hashlist, Support.hashobj, Support.hashlist, Support.hashobj, rename) end |
Instance Attribute Details
#alias ⇒ Object
Returns the value of attribute alias
18 19 20 |
# File 'lib/squared/workspace/support/base.rb', line 18 def alias @alias end |
#base ⇒ Object
Returns the value of attribute base
18 19 20 |
# File 'lib/squared/workspace/support/base.rb', line 18 def base @base end |
#batch ⇒ Object
Returns the value of attribute batch
18 19 20 |
# File 'lib/squared/workspace/support/base.rb', line 18 def batch @batch end |
#keys ⇒ Object
Returns the value of attribute keys
18 19 20 |
# File 'lib/squared/workspace/support/base.rb', line 18 def keys @keys end |
#missing ⇒ Object
Returns the value of attribute missing
18 19 20 |
# File 'lib/squared/workspace/support/base.rb', line 18 def missing @missing end |
#project ⇒ Object
Returns the value of attribute project
18 19 20 |
# File 'lib/squared/workspace/support/base.rb', line 18 def project @project end |
#rename ⇒ Object
Returns the value of attribute rename
18 19 20 |
# File 'lib/squared/workspace/support/base.rb', line 18 def rename @rename end |