Class: Sandals::Para
- Inherits:
-
Object
- Object
- Sandals::Para
- Defined in:
- lib/sandals/view.rb
Instance Attribute Summary collapse
-
#parts ⇒ Object
readonly
Returns the value of attribute parts.
Instance Method Summary collapse
-
#initialize(parts) ⇒ Para
constructor
A new instance of Para.
Constructor Details
#initialize(parts) ⇒ Para
Returns a new instance of Para.
235 236 237 |
# File 'lib/sandals/view.rb', line 235 def initialize(parts) @parts = parts end |
Instance Attribute Details
#parts ⇒ Object (readonly)
Returns the value of attribute parts.
233 234 235 |
# File 'lib/sandals/view.rb', line 233 def parts @parts end |