Class: Diva::ModelSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/diva/spec.rb

Instance Attribute Summary collapse

Instance Attribute Details

#myselfObject

Returns the value of attribute myself

Returns:

  • (Object)

    the current value of myself



3
4
5
# File 'lib/diva/spec.rb', line 3

def myself
  @myself
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/diva/spec.rb', line 3

def name
  @name
end

#replyObject

Returns the value of attribute reply

Returns:

  • (Object)

    the current value of reply



3
4
5
# File 'lib/diva/spec.rb', line 3

def reply
  @reply
end

#slugObject

Returns the value of attribute slug

Returns:

  • (Object)

    the current value of slug



3
4
5
# File 'lib/diva/spec.rb', line 3

def slug
  @slug
end

#timelineObject

Returns the value of attribute timeline

Returns:

  • (Object)

    the current value of timeline



3
4
5
# File 'lib/diva/spec.rb', line 3

def timeline
  @timeline
end