Class: Sandals::Strong

Inherits:
Object
  • Object
show all
Defined in:
lib/sandals/view.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(content) ⇒ Strong

Returns a new instance of Strong.



501
502
503
# File 'lib/sandals/view.rb', line 501

def initialize(content)
  @content = content.to_s
end

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content.



499
500
501
# File 'lib/sandals/view.rb', line 499

def content
  @content
end