Class: Epo::Ops::Register::Reference

Inherits:
Struct
  • Object
show all
Defined in:
lib/epo/ops/register.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#countryObject

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



120
121
122
# File 'lib/epo/ops/register.rb', line 120

def country
  @country
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



120
121
122
# File 'lib/epo/ops/register.rb', line 120

def date
  @date
end

#doc_numberObject

Returns the value of attribute doc_number

Returns:

  • (Object)

    the current value of doc_number



120
121
122
# File 'lib/epo/ops/register.rb', line 120

def doc_number
  @doc_number
end

Instance Method Details

#epodoc_referenceObject



121
122
123
# File 'lib/epo/ops/register.rb', line 121

def epodoc_reference
  country + doc_number
end