Method: Kloxo::API::Client::Info#param
- Defined in:
- lib/kloxo/api/client/info.rb
#param ⇒ Object
11 12 13 14 15 16 17 18 19 20 21 22 |
# File 'lib/kloxo/api/client/info.rb', line 11 def param { "action" => "getproperty", "class" => "client", "name" => self.name, "v-status" => "", "v-contactemail" => "", "v-used" => "", "v-priv" => "", "v-resourceplan_used" => "" }.to_param end |