Module: Siren::Json::KeyValuePair0
- Defined in:
- lib/siren/json.rb
Instance Method Summary collapse
Instance Method Details
#space ⇒ Object
234 235 236 |
# File 'lib/siren/json.rb', line 234 def space elements[0] end |
#string ⇒ Object
238 239 240 |
# File 'lib/siren/json.rb', line 238 def string elements[1] end |
#value ⇒ Object
246 247 248 |
# File 'lib/siren/json.rb', line 246 def value elements[4] end |