Module: Importable
- Extended by:
- ActiveSupport::Concern
- Included in:
- AwardEmoji, Ci::Bridge, Ci::Build, Ci::Pipeline, Ci::PipelineSchedule, Ci::Stage, CommitStatus, Deployment, DesignManagement::Design, DesignManagement::Version, Issuable, LabelLink, List, Member, MergeRequestDiff, Milestone, Note, Release, ResourceEvent, Service
- Defined in:
- app/models/concerns/importable.rb
Instance Attribute Summary collapse
-
#imported ⇒ Object
(also: #imported?)
Returns the value of attribute imported.
-
#importing ⇒ Object
(also: #importing?)
Returns the value of attribute importing.
Instance Attribute Details
#imported ⇒ Object Also known as: imported?
Returns the value of attribute imported
9 10 11 |
# File 'app/models/concerns/importable.rb', line 9 def imported @imported end |
#importing ⇒ Object Also known as: importing?
Returns the value of attribute importing
6 7 8 |
# File 'app/models/concerns/importable.rb', line 6 def importing @importing end |