Class: Tataru::Representation

Inherits:
Object
  • Object
show all
Defined in:
lib/tataru/representation.rb

Overview

base representation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Representation

Returns a new instance of Representation.



8
9
10
# File 'lib/tataru/representation.rb', line 8

def initialize(value)
  @value = value
end

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



6
7
8
# File 'lib/tataru/representation.rb', line 6

def value
  @value
end

Instance Method Details

#dependenciesObject



12
13
14
# File 'lib/tataru/representation.rb', line 12

def dependencies
  []
end