Class: Strling::Nodes::Range

Inherits:
Data
  • Object
show all
Defined in:
lib/strling/nodes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



18
19
20
# File 'lib/strling/nodes.rb', line 18

def from
  @from
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



18
19
20
# File 'lib/strling/nodes.rb', line 18

def to
  @to
end