All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gem.gems.haml-3.1.1.test.haml.mocks.article.rb Maven / Gradle / Ivy

There is a newer version: 1.263
Show newest version
class Article
  attr_accessor :id, :title, :body
  def initialize
    @id, @title, @body = 1, 'Hello', 'World'
  end
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy