Class: M2A::Meme

Inherits:
Object
  • Object
show all
Defined in:
lib/m2a/core/lookup_meme.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(meme_path) ⇒ Meme

Returns a new instance of Meme.



23
24
25
# File 'lib/m2a/core/lookup_meme.rb', line 23

def initialize(meme_path)
  @path = meme_path
end

Instance Attribute Details

#pathObject

Returns the value of attribute path.



22
23
24
# File 'lib/m2a/core/lookup_meme.rb', line 22

def path
  @path
end