Class: Architext::FileContent

Inherits:
Data
  • Object
show all
Defined in:
lib/architext/bundle.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



4
5
6
# File 'lib/architext/bundle.rb', line 4

def content
  @content
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



4
5
6
# File 'lib/architext/bundle.rb', line 4

def path
  @path
end