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.



525
526
527
# File 'lib/sandals/view.rb', line 525

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

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content.



523
524
525
# File 'lib/sandals/view.rb', line 523

def content
  @content
end