Class: Hecks::Bluebook::Expression::Resolver::EndsWith

Inherits:
Struct
  • Object
show all
Defined in:
lib/hecks/bluebook/expression/resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#receiverObject

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



181
182
183
# File 'lib/hecks/bluebook/expression/resolver.rb', line 181

def receiver
  @receiver
end

#substringObject

Returns the value of attribute substring

Returns:

  • (Object)

    the current value of substring



181
182
183
# File 'lib/hecks/bluebook/expression/resolver.rb', line 181

def substring
  @substring
end