class Passety::Thing
Public Class Methods
new(wrapper)
click to toggle source
Calls superclass method
Passety::Item::new
# File lib/passety/thing.rb, line 3 def initialize(wrapper) super(wrapper, 'things') end
Public Instance Methods
photos()
click to toggle source
# File lib/passety/thing.rb, line 11 def photos @photos ||= Photo.new(@wrapper, 'things') end
properties()
click to toggle source
# File lib/passety/thing.rb, line 7 def properties @properties ||= Property.new(@wrapper, 'things') end