Class: Rack::Track::PixelSet::Pixel
- Inherits:
-
Struct
- Object
- Struct
- Rack::Track::PixelSet::Pixel
- Defined in:
- lib/rack/track.rb
Instance Attribute Summary collapse
-
#area ⇒ Object
Returns the value of attribute area.
-
#content ⇒ Object
Returns the value of attribute content.
-
#except ⇒ Object
Returns the value of attribute except.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#area ⇒ Object
Returns the value of attribute area
33 34 35 |
# File 'lib/rack/track.rb', line 33 def area @area end |
#content ⇒ Object
Returns the value of attribute content
33 34 35 |
# File 'lib/rack/track.rb', line 33 def content @content end |
#except ⇒ Object
Returns the value of attribute except
33 34 35 |
# File 'lib/rack/track.rb', line 33 def except @except end |
#name ⇒ Object
Returns the value of attribute name
33 34 35 |
# File 'lib/rack/track.rb', line 33 def name @name end |