Class: JsonRigs::Fixtures::FixturedActionKey

Inherits:
Struct
  • Object
show all
Defined in:
lib/json-rigs/fixtures.rb

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



7
8
9
# File 'lib/json-rigs/fixtures.rb', line 7

def method
  @method
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



7
8
9
# File 'lib/json-rigs/fixtures.rb', line 7

def url
  @url
end