Class: Endpointer::Resource

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

Instance Attribute Summary collapse

Instance Attribute Details

#headersObject

Returns the value of attribute headers



2
3
4
# File 'lib/endpointer/resource.rb', line 2

def headers
  @headers
end

#idObject

Returns the value of attribute id



2
3
4
# File 'lib/endpointer/resource.rb', line 2

def id
  @id
end

#matchersObject

Returns the value of attribute matchers



2
3
4
# File 'lib/endpointer/resource.rb', line 2

def matchers
  @matchers
end

#methodObject

Returns the value of attribute method



2
3
4
# File 'lib/endpointer/resource.rb', line 2

def method
  @method
end

#substitutionsObject

Returns the value of attribute substitutions



2
3
4
# File 'lib/endpointer/resource.rb', line 2

def substitutions
  @substitutions
end

#urlObject

Returns the value of attribute url



2
3
4
# File 'lib/endpointer/resource.rb', line 2

def url
  @url
end