Class: Daylight::Mock::Handler::PathParts

Inherits:
Struct
  • Object
show all
Defined in:
lib/daylight/mock.rb

Instance Attribute Summary collapse

Instance Attribute Details

#associatedObject

Returns the value of attribute associated

Returns:

  • (Object)

    the current value of associated



31
32
33
# File 'lib/daylight/mock.rb', line 31

def associated
  @associated
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



31
32
33
# File 'lib/daylight/mock.rb', line 31

def id
  @id
end

#resourceObject

Returns the value of attribute resource

Returns:

  • (Object)

    the current value of resource



31
32
33
# File 'lib/daylight/mock.rb', line 31

def resource
  @resource
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



31
32
33
# File 'lib/daylight/mock.rb', line 31

def version
  @version
end