Class: Architext::FileContent
- Inherits:
-
Data
- Object
- Data
- Architext::FileContent
- Defined in:
- lib/architext/bundle.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
4 5 6 |
# File 'lib/architext/bundle.rb', line 4 def content @content end |
#path ⇒ Object (readonly)
Returns the value of attribute path
4 5 6 |
# File 'lib/architext/bundle.rb', line 4 def path @path end |