Class: Cup::Server::VisualSpecs::VisualSpec
- Inherits:
-
Object
- Object
- Cup::Server::VisualSpecs::VisualSpec
- Defined in:
- lib/cup/server/visual_specs.rb
Instance Attribute Summary collapse
-
#full_path ⇒ Object
Returns the value of attribute full_path.
-
#href ⇒ Object
Returns the value of attribute href.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#full_path ⇒ Object
Returns the value of attribute full_path.
11 12 13 |
# File 'lib/cup/server/visual_specs.rb', line 11 def full_path @full_path end |
#href ⇒ Object
Returns the value of attribute href.
11 12 13 |
# File 'lib/cup/server/visual_specs.rb', line 11 def href @href end |
#name ⇒ Object
Returns the value of attribute name.
11 12 13 |
# File 'lib/cup/server/visual_specs.rb', line 11 def name @name end |