Class: TableauServerClient::Resources::Resource::Attribute
- Inherits:
-
String
- Object
- String
- TableauServerClient::Resources::Resource::Attribute
- Defined in:
- lib/tableau_server_client/resources/resource.rb
Instance Method Summary collapse
Instance Method Details
#camelCase ⇒ Object
89 90 91 92 93 |
# File 'lib/tableau_server_client/resources/resource.rb', line 89 def camelCase atr = self.split("_").map{ |w| w.capitalize }.join atr[0] = atr[0].downcase atr end |