Class: Riser::ResourceSet::Manager::Reference

Inherits:
Struct
  • Object
show all
Defined in:
lib/riser/resource.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



205
206
207
# File 'lib/riser/resource.rb', line 205

def count
  @count
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



205
206
207
# File 'lib/riser/resource.rb', line 205

def object
  @object
end