Class: Camdict::Definition::Irregular

Inherits:
Struct
  • Object
show all
Defined in:
lib/camdict/definition.rb

Overview

Simple Past, Past Participle, PRsent participle of a verb. Only irregular verbs have these values. It struct memebers are sp, pp, pr.

Instance Attribute Summary collapse

Instance Attribute Details

#ppObject

Returns the value of attribute pp

Returns:

  • (Object)

    the current value of pp



21
22
23
# File 'lib/camdict/definition.rb', line 21

def pp
  @pp
end

#prObject

Returns the value of attribute pr

Returns:

  • (Object)

    the current value of pr



21
22
23
# File 'lib/camdict/definition.rb', line 21

def pr
  @pr
end

#spObject

Returns the value of attribute sp

Returns:

  • (Object)

    the current value of sp



21
22
23
# File 'lib/camdict/definition.rb', line 21

def sp
  @sp
end