Class: Mikunyan::AssetBundle::AssetEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/mikunyan/asset_bundle.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blob?Object

Returns the value of attribute blob?

Returns:

  • (Object)

    the current value of blob?



19
20
21
# File 'lib/mikunyan/asset_bundle.rb', line 19

def blob?
  @blob?
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



19
20
21
# File 'lib/mikunyan/asset_bundle.rb', line 19

def data
  @data
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



19
20
21
# File 'lib/mikunyan/asset_bundle.rb', line 19

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



19
20
21
# File 'lib/mikunyan/asset_bundle.rb', line 19

def status
  @status
end