Module: Hyrax::Ingest::HasSIP
- Included in:
- Fetcher::CSVFile, Fetcher::XMLFile, Fetcher::YAMLFile, Ingester::Base, Runner
- Defined in:
- lib/hyrax/ingest/has_sip.rb
Instance Method Summary collapse
-
#sip ⇒ Hyrax::Ingest::SIP
The value of @sip attribute.
- #sip=(sip) ⇒ Object
Instance Method Details
#sip ⇒ Hyrax::Ingest::SIP
Returns the value of @sip attribute.
17 |
# File 'lib/hyrax/ingest/has_sip.rb', line 17 def sip; @sip; end |