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



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

def datastream
  @datastream
end

#generatorObject

Returns the value of attribute generator

Returns:

  • (Object)

    the current value of generator



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

def generator
  @generator
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end