Class: HoldingItem

Inherits:
Object
  • Object
show all
Defined in:
lib/holding.rb

Instance Attribute Summary collapse

Instance Attribute Details

#call_numberObject

Returns the value of attribute call_number.



31
32
33
# File 'lib/holding.rb', line 31

def call_number
  @call_number
end

#chronObject

Returns the value of attribute chron.



31
32
33
# File 'lib/holding.rb', line 31

def chron
  @chron
end

#enumerationObject

Returns the value of attribute enumeration.



31
32
33
# File 'lib/holding.rb', line 31

def enumeration
  @enumeration
end

#identifierObject

Returns the value of attribute identifier.



31
32
33
# File 'lib/holding.rb', line 31

def identifier
  @identifier
end

#statusObject

Returns the value of attribute status.



31
32
33
# File 'lib/holding.rb', line 31

def status
  @status
end

#status_codeObject

Returns the value of attribute status_code.



31
32
33
# File 'lib/holding.rb', line 31

def status_code
  @status_code
end

#status_dateObject

Returns the value of attribute status_date.



31
32
33
# File 'lib/holding.rb', line 31

def status_date
  @status_date
end

#yearObject

Returns the value of attribute year.



31
32
33
# File 'lib/holding.rb', line 31

def year
  @year
end