Class: Echowrap::Sandbox

Inherits:
Base
  • Object
show all
Defined in:
lib/echowrap/sandbox.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Base

#==, attr_reader, #attrs, #initialize, #update

Constructor Details

This class inherits a constructor from Echowrap::Base

Instance Attribute Details

#startObject (readonly)

Returns the value of attribute start.



5
6
7
# File 'lib/echowrap/sandbox.rb', line 5

def start
  @start
end

#totalObject (readonly)

Returns the value of attribute total.



5
6
7
# File 'lib/echowrap/sandbox.rb', line 5

def total
  @total
end

Instance Method Details

#assetsObject



7
8
9
# File 'lib/echowrap/sandbox.rb', line 7

def assets
  @assets ||= map_collection(Echowrap::Asset, :assets)
end