gem.gems.haml-3.1.1.test.haml.mocks.article.rb Maven / Gradle / Ivy
class Article
attr_accessor :id, :title, :body
def initialize
@id, @title, @body = 1, 'Hello', 'World'
end
end
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
class Article
attr_accessor :id, :title, :body
def initialize
@id, @title, @body = 1, 'Hello', 'World'
end
end