Class: Construqt::Resources::Resource

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data.



34
35
36
# File 'lib/construqt/resource.rb', line 34

def data
  @data
end

#pathObject

Returns the value of attribute path.



32
33
34
# File 'lib/construqt/resource.rb', line 32

def path
  @path
end

#rightObject

Returns the value of attribute right.



33
34
35
# File 'lib/construqt/resource.rb', line 33

def right
  @right
end