Class: JsonRigs::Fixtures::FixturedActionKey
- Inherits:
-
Struct
- Object
- Struct
- JsonRigs::Fixtures::FixturedActionKey
- Defined in:
- lib/json-rigs/fixtures.rb
Instance Attribute Summary collapse
-
#method ⇒ Object
Returns the value of attribute method.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#method ⇒ Object
Returns the value of attribute method
7 8 9 |
# File 'lib/json-rigs/fixtures.rb', line 7 def method @method end |
#url ⇒ Object
Returns the value of attribute url
7 8 9 |
# File 'lib/json-rigs/fixtures.rb', line 7 def url @url end |