Class: PlaceholderExample
Instance Attribute Summary collapse
-
#mapped ⇒ Object
Returns the value of attribute mapped.
-
#name ⇒ Object
Returns the value of attribute name.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#mapped ⇒ Object
Returns the value of attribute mapped
9 10 11 |
# File 'spec/unit/rest/phmap_spec.rb', line 9 def mapped @mapped end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'spec/unit/rest/phmap_spec.rb', line 9 def name @name end |
#title ⇒ Object
Returns the value of attribute title
9 10 11 |
# File 'spec/unit/rest/phmap_spec.rb', line 9 def title @title end |