class Weeblycloud::Theme
Represents a Theme
resource. cloud-developer.weebly.com/theme.html
Public Class Methods
new(user_id, theme_id, data = nil)
click to toggle source
Calls superclass method
Weeblycloud::CloudResource::new
# File lib/weeblycloud/theme.rb, line 9 def initialize(user_id, theme_id, data = nil) @user_id = user_id.to_i @theme_id = theme_id.to_i super(data) end
Public Instance Methods
get()
click to toggle source
# File lib/weeblycloud/theme.rb, line 16 def get nil end
id()
click to toggle source
# File lib/weeblycloud/theme.rb, line 20 def id @theme_id end