Class: Sandals::Strong
- Inherits:
-
Object
- Object
- Sandals::Strong
- Defined in:
- lib/sandals/view.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Instance Method Summary collapse
-
#initialize(content) ⇒ Strong
constructor
A new instance of Strong.
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
#content ⇒ Object (readonly)
Returns the value of attribute content.
523 524 525 |
# File 'lib/sandals/view.rb', line 523 def content @content end |