Class: BoringBuilder::Exporters::Asset

Inherits:
Data
  • Object
show all
Defined in:
lib/boringbuilder/exporters/asset.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject (readonly)

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



5
6
7
# File 'lib/boringbuilder/exporters/asset.rb', line 5

def filename
  @filename
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



5
6
7
# File 'lib/boringbuilder/exporters/asset.rb', line 5

def kind
  @kind
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



5
6
7
# File 'lib/boringbuilder/exporters/asset.rb', line 5

def source
  @source
end