class Megam::Mixins::Artifacts

Constants

ATTRIBUTES

Public Class Methods

new(params) click to toggle source
# File lib/megam/mixins/components.rb, line 170
def initialize(params)
    set_attributes(params)
end

Public Instance Methods

attributes() click to toggle source
# File lib/megam/mixins/components.rb, line 166
def attributes
    ATTRIBUTES
end
tohash() click to toggle source
# File lib/megam/mixins/components.rb, line 174
def tohash
    {   artifact_type: '',
        content: '',
        requirements: []
    }
end