class Tension::Asset

Public Class Methods

new(attributes) click to toggle source
# File lib/tension/environment.rb, line 67
def initialize(attributes)
  @attributes = attributes
end

Public Instance Methods

logical_path() click to toggle source
# File lib/tension/environment.rb, line 71
def logical_path
  @attributes[:logical_path]
end