Class: Pinspec::FactoryTrait
- Inherits:
-
Data
- Object
- Data
- Pinspec::FactoryTrait
- Defined in:
- lib/pinspec/types.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes
321 322 323 |
# File 'lib/pinspec/types.rb', line 321 def attributes @attributes end |
#line ⇒ Object (readonly)
Returns the value of attribute line
321 322 323 |
# File 'lib/pinspec/types.rb', line 321 def line @line end |
#name ⇒ Object (readonly)
Returns the value of attribute name
321 322 323 |
# File 'lib/pinspec/types.rb', line 321 def name @name end |