Module: Importable
- Extended by:
- ActiveSupport::Concern
- Included in:
- Approval, AwardEmoji, Ci::Bridge, Ci::Build, Ci::Pipeline, Ci::PipelineMetadata, Ci::PipelineSchedule, Ci::Stage, CommitStatus, Deployment, DesignManagement::Design, DesignManagement::Version, Group, Issuable, LabelLink, LabelPriority, List, Member, MergeRequestDiff, Milestone, Note, Project, ProtectedRef, ProtectedRefAccess, Release, ResourceEvent, ResourceStateEvent, ResourceTimeboxEvent, SentryIssue, Suggestion, SystemNoteMetadata, Timelog, ZoomMeeting
- Defined in:
- app/models/concerns/importable.rb
Instance Attribute Summary collapse
-
#importing ⇒ Object
(also: #importing?)
Returns the value of attribute importing.
-
#user_contributions ⇒ Object
Returns the value of attribute user_contributions.
Instance Attribute Details
#importing ⇒ Object Also known as: importing?
Returns the value of attribute importing.
7 8 9 |
# File 'app/models/concerns/importable.rb', line 7 def importing @importing end |
#user_contributions ⇒ Object
Returns the value of attribute user_contributions.
6 7 8 |
# File 'app/models/concerns/importable.rb', line 6 def user_contributions @user_contributions end |