Class: GetUserSchemasResponse

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Serializers::JSON
Defined in:
lib/chino_ruby.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count.



597
598
599
# File 'lib/chino_ruby.rb', line 597

def count
  @count
end

#limitObject

Returns the value of attribute limit.



597
598
599
# File 'lib/chino_ruby.rb', line 597

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



597
598
599
# File 'lib/chino_ruby.rb', line 597

def offset
  @offset
end

#total_countObject

Returns the value of attribute total_count.



597
598
599
# File 'lib/chino_ruby.rb', line 597

def total_count
  @total_count
end

#user_schemasObject

Returns the value of attribute user_schemas.



597
598
599
# File 'lib/chino_ruby.rb', line 597

def user_schemas
  @user_schemas
end

Instance Method Details

#attributesObject



605
606
607
# File 'lib/chino_ruby.rb', line 605

def attributes
    instance_values
end

#attributes=(hash) ⇒ Object



599
600
601
602
603
# File 'lib/chino_ruby.rb', line 599

def attributes=(hash)
    hash.each do |key, value|
        send("#{key}=", value)
    end
end