Class: Rack::Track::PixelSet::Pixel

Inherits:
Struct
  • Object
show all
Defined in:
lib/rack/track.rb

Instance Attribute Summary collapse

Instance Attribute Details

#areaObject

Returns the value of attribute area

Returns:

  • (Object)

    the current value of area



33
34
35
# File 'lib/rack/track.rb', line 33

def area
  @area
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



33
34
35
# File 'lib/rack/track.rb', line 33

def content
  @content
end

#exceptObject

Returns the value of attribute except

Returns:

  • (Object)

    the current value of except



33
34
35
# File 'lib/rack/track.rb', line 33

def except
  @except
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



33
34
35
# File 'lib/rack/track.rb', line 33

def name
  @name
end