Class: Diva::ModelSpec
- Inherits:
-
Struct
- Object
- Struct
- Diva::ModelSpec
- Defined in:
- lib/diva/spec.rb
Instance Attribute Summary collapse
-
#myself ⇒ Object
Returns the value of attribute myself.
-
#name ⇒ Object
Returns the value of attribute name.
-
#reply ⇒ Object
Returns the value of attribute reply.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#timeline ⇒ Object
Returns the value of attribute timeline.
Instance Attribute Details
#myself ⇒ Object
Returns the value of attribute myself
3 4 5 |
# File 'lib/diva/spec.rb', line 3 def myself @myself end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/diva/spec.rb', line 3 def name @name end |
#reply ⇒ Object
Returns the value of attribute reply
3 4 5 |
# File 'lib/diva/spec.rb', line 3 def reply @reply end |
#slug ⇒ Object
Returns the value of attribute slug
3 4 5 |
# File 'lib/diva/spec.rb', line 3 def slug @slug end |
#timeline ⇒ Object
Returns the value of attribute timeline
3 4 5 |
# File 'lib/diva/spec.rb', line 3 def timeline @timeline end |