Class: Dor::Services::Client::ObjectVersion::VersionStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/dor/services/client/object_version.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#accessioningObject

Returns the value of attribute accessioning

Returns:

  • (Object)

    the current value of accessioning



16
17
18
# File 'lib/dor/services/client/object_version.rb', line 16

def accessioning
  @accessioning
end

#assemblingObject

Returns the value of attribute assembling

Returns:

  • (Object)

    the current value of assembling



16
17
18
# File 'lib/dor/services/client/object_version.rb', line 16

def assembling
  @assembling
end

#closeableObject

Returns the value of attribute closeable

Returns:

  • (Object)

    the current value of closeable



16
17
18
# File 'lib/dor/services/client/object_version.rb', line 16

def closeable
  @closeable
end

#discardableObject

Returns the value of attribute discardable

Returns:

  • (Object)

    the current value of discardable



16
17
18
# File 'lib/dor/services/client/object_version.rb', line 16

def discardable
  @discardable
end

#openObject

Returns the value of attribute open

Returns:

  • (Object)

    the current value of open



16
17
18
# File 'lib/dor/services/client/object_version.rb', line 16

def open
  @open
end

#openableObject

Returns the value of attribute openable

Returns:

  • (Object)

    the current value of openable



16
17
18
# File 'lib/dor/services/client/object_version.rb', line 16

def openable
  @openable
end

#versionDescriptionObject Also known as: version_description

Returns the value of attribute versionDescription

Returns:

  • (Object)

    the current value of versionDescription



16
17
18
# File 'lib/dor/services/client/object_version.rb', line 16

def versionDescription
  @versionDescription
end

#versionIdObject Also known as: version

Returns the value of attribute versionId

Returns:

  • (Object)

    the current value of versionId



16
17
18
# File 'lib/dor/services/client/object_version.rb', line 16

def versionId
  @versionId
end

Instance Method Details

#accessioning?Boolean

Returns:

  • (Boolean)


33
34
35
# File 'lib/dor/services/client/object_version.rb', line 33

def accessioning?
  accessioning
end

#assembling?Boolean

Returns:

  • (Boolean)


29
30
31
# File 'lib/dor/services/client/object_version.rb', line 29

def assembling?
  assembling
end

#closeable?Boolean

Returns:

  • (Boolean)


41
42
43
# File 'lib/dor/services/client/object_version.rb', line 41

def closeable?
  closeable
end

#closed?Boolean

Returns:

  • (Boolean)


37
38
39
# File 'lib/dor/services/client/object_version.rb', line 37

def closed?
  !open
end

#discardable?Boolean

Returns:

  • (Boolean)


45
46
47
# File 'lib/dor/services/client/object_version.rb', line 45

def discardable?
  discardable
end

#open?Boolean

Returns:

  • (Boolean)


21
22
23
# File 'lib/dor/services/client/object_version.rb', line 21

def open?
  open
end

#openable?Boolean

Returns:

  • (Boolean)


25
26
27
# File 'lib/dor/services/client/object_version.rb', line 25

def openable?
  openable
end