Class: PluckMap::JsonArrayAggregate

Inherits:
Arel::Nodes::Node
  • Object
show all
Defined in:
lib/pluck_map/nodes.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(arg) ⇒ JsonArrayAggregate

Returns a new instance of JsonArrayAggregate.



27
28
29
# File 'lib/pluck_map/nodes.rb', line 27

def initialize(arg)
  @arg = arg
end

Instance Attribute Details

#argObject (readonly)

Returns the value of attribute arg.



25
26
27
# File 'lib/pluck_map/nodes.rb', line 25

def arg
  @arg
end