class ActiveFedora::Base

def state

return the state of the inner object
def state 
  @inner_object.state
end