Method: PObject#attributes
- Defined in:
- lib/pobject/pobject.rb
#attributes ⇒ Object
Return attribute names, so we can print them and their values in ‘inspect`.
59 60 61 |
# File 'lib/pobject/pobject.rb', line 59 def attributes @attributes ||= attributes! end |