Class: PlaceholderExample

Inherits:
Struct
  • Object
show all
Defined in:
spec/unit/rest/phmap_spec.rb

Instance Attribute Summary collapse

Instance Attribute Details

#mappedObject

Returns the value of attribute mapped

Returns:

  • (Object)

    the current value of mapped



9
10
11
# File 'spec/unit/rest/phmap_spec.rb', line 9

def mapped
  @mapped
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'spec/unit/rest/phmap_spec.rb', line 9

def name
  @name
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'spec/unit/rest/phmap_spec.rb', line 9

def title
  @title
end