Class: WSDSL::Response::Params::Rule

Inherits:
Object
  • Object
show all
Defined in:
lib/response.rb

Overview

Since:

  • 0.0.3

Instance Method Summary collapse

Instance Method Details

#to_hashObject

Since:

  • 0.0.3



96
97
98
# File 'lib/response.rb', line 96

def to_hash
  {:name => name, :options => options}
end