Class: CloudFlock::Task::ServerProfile::Section

Inherits:
Struct
  • Object
show all
Defined in:
lib/cloudflock/task/server-profile.rb

Overview

Internal: Sections of the profile.

Instance Attribute Summary collapse

Instance Attribute Details

#entriesObject

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



10
11
12
# File 'lib/cloudflock/task/server-profile.rb', line 10

def entries
  @entries
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



10
11
12
# File 'lib/cloudflock/task/server-profile.rb', line 10

def title
  @title
end