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



161
162
163
# File 'lib/hecks/bluebook/expression/resolver.rb', line 161

def receiver
  @receiver
end

#substringObject

Returns the value of attribute substring

Returns:

  • (Object)

    the current value of substring



161
162
163
# File 'lib/hecks/bluebook/expression/resolver.rb', line 161

def substring
  @substring
end