Class: Squared::Workspace::Support::SeriesData

Inherits:
Struct
  • Object
show all
Defined in:
lib/squared/workspace/support/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#aliasObject

Returns the value of attribute alias

Returns:

  • (Object)

    the current value of alias



18
19
20
# File 'lib/squared/workspace/support/base.rb', line 18

def alias
  @alias
end

#baseObject

Returns the value of attribute base

Returns:

  • (Object)

    the current value of base



18
19
20
# File 'lib/squared/workspace/support/base.rb', line 18

def base
  @base
end

#batchObject

Returns the value of attribute batch

Returns:

  • (Object)

    the current value of batch



18
19
20
# File 'lib/squared/workspace/support/base.rb', line 18

def batch
  @batch
end

#keysObject

Returns the value of attribute keys

Returns:

  • (Object)

    the current value of keys



18
19
20
# File 'lib/squared/workspace/support/base.rb', line 18

def keys
  @keys
end

#missingObject

Returns the value of attribute missing

Returns:

  • (Object)

    the current value of missing



18
19
20
# File 'lib/squared/workspace/support/base.rb', line 18

def missing
  @missing
end

#projectObject

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



18
19
20
# File 'lib/squared/workspace/support/base.rb', line 18

def project
  @project
end

#renameObject

Returns the value of attribute rename

Returns:

  • (Object)

    the current value of rename



18
19
20
# File 'lib/squared/workspace/support/base.rb', line 18

def rename
  @rename
end