class Resource

Attributes

type[RW]

Public Class Methods

new( type ) click to toggle source
# File lib/resources.rb, line 58
def initialize( type )
  @type = type
end