Class: Ddr::Derivatives::Derivative

Inherits:
Struct
  • Object
show all
Defined in:
lib/ddr/derivatives.rb

Instance Attribute Summary collapse

Instance Attribute Details

#datastreamObject

Returns the value of attribute datastream

Returns:

  • (Object)

    the current value of datastream



10
11
12
# File 'lib/ddr/derivatives.rb', line 10

def datastream
  @datastream
end

#generatorObject

Returns the value of attribute generator

Returns:

  • (Object)

    the current value of generator



10
11
12
# File 'lib/ddr/derivatives.rb', line 10

def generator
  @generator
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/ddr/derivatives.rb', line 10

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



10
11
12
# File 'lib/ddr/derivatives.rb', line 10

def options
  @options
end